We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa5f4d + 9702a9b commit ad2f0f4Copy full SHA for ad2f0f4
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