Open Conobi opened 4 months ago
Commands and useful tools from Nuxtr aren't working properly with the new Nuxt 4 directory structure. See : https://nuxt.com/docs/getting-started/upgrade#new-directory-structure for details about these changes.
Enable:
future: { compatibilityVersion: 4 },
In nuxt.config.ts
nuxt.config.ts
I wouldn't say this is a bug... More of an enhancement that is needed
Environment
Build Modules: -
What went wrong?
Commands and useful tools from Nuxtr aren't working properly with the new Nuxt 4 directory structure. See : https://nuxt.com/docs/getting-started/upgrade#new-directory-structure for details about these changes.
How to reproduce it?
Enable:
In
nuxt.config.ts