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 scaffolding the project with nuxt-generate there is a file called server/index.js whitch handels the requests but I don't find such a file in your project
also why you don't use:
scripts:{
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server --inspect",
}
in your package.json file
The text was updated successfully, but these errors were encountered:
when scaffolding the project with nuxt-generate there is a file called server/index.js whitch handels the requests but I don't find such a file in your project
also why you don't use:
in your package.json file
The text was updated successfully, but these errors were encountered: