vuestorefront / integration-boilerplate

Framework Independent boilerplate containing SDK and API Client starters.
MIT License
12 stars 1 forks source link

add endpoint to ~pages/methods in nuxt #18

Open rohrig opened 9 months ago

rohrig commented 9 months ago

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 exampleMethod

adds exampleMethod.vue to ~/pages instead of ~/pages/methods

Additional context

No response

Logs

No response

oceanapplications commented 4 months ago

Also experiencing this same bug. Moving the file to the pages/methods directory seems to work.