You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command npx nuxi@latest init <project-name>, the package.json's name is always initialized with nuxt-app
I am aware that we are fetching the files from the templates but do you think that would be possible to make it dynamic to match the <project-name>?
usecase
This enhancement would improve consistency and streamline the initialization process for new Nuxt projects specially in monorepo projects I'd say.