prismic_nuxt
prismic_nuxt copied to clipboard
where is server/index.js
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