prismic_nuxt icon indicating copy to clipboard operation
prismic_nuxt copied to clipboard

where is server/index.js

Open xxyyzz2050 opened this issue 6 years ago • 0 comments

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

xxyyzz2050 avatar Dec 22 '18 18:12 xxyyzz2050