We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt is getting ready for v4: nuxt/nuxt#27029
Are there plans to support the new folder structure?
Issue I ran in to an issue attempting to add a new api route: npx nuxi@latest add api issues --get
npx nuxi@latest add api issues --get
This will add to ./app/server/api/, but my server and api directory is in ./server/api. This is because the file is written to config.srcDir
./app/server/api/
./server/api
Reproduction:
app/server/api
/server/api
Possible Solutions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nuxt is getting ready for v4: nuxt/nuxt#27029
Are there plans to support the new folder structure?
Issue
I ran in to an issue attempting to add a new api route:
npx nuxi@latest add api issues --get
This will add to
./app/server/api/
, but my server and api directory is in./server/api
. This is because the file is written to config.srcDirReproduction:
npx nuxi@latest add api issues --get
app/server/api
and not/server/api
Possible Solutions
The text was updated successfully, but these errors were encountered: