We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcb3fa commit 9702a9bCopy full SHA for 9702a9b
1 file changed
backend/package.json
@@ -3,7 +3,9 @@
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
- "start": "nodemon --watch . app.js"
+ "start": "npm run start:linux",
7
+ "start:linux": "nodemon --watch . app.js",
8
+ "start:windows": "nodemon --legacy-watch app.js"
9
},
10
"dependencies": {
11
"cookie-parser": "~1.4.4",
0 commit comments