A
Alokailmmortan Joe

New endpoint doesn't show up in methods

When I create a new endpoint with the CLI, it's not adding it to the /pages/methods folder so it doesn't show up on the boilerplate tester. This issue describes it as well https://github.com/vuestorefront/integration-boilerplate/issues/18 Am I doing something wrong or should I look to fix it? Thanks
GitHub
add endpoint to ~pages/methods in nuxt · Issue #18 · vuestorefront/...
Environment macos Reproduction npx @vue-storefront/cli add endpoint exampleMethod adds exampleMethod.vue to ~/pages instead of ~/pages/methods Describe the bug npx @vue-storefront/cli add endpoint ...
LJ
lmmortan Joe63d ago
GitHub
Create method in proper directory by oceanapplications · Pull Reque...
Using npx @vue-storefront/cli add endpoint getSomething is creating the nuxt component in the pages directory. As a result, added methods don't appear in the playground. It seems like it shou...