We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5626687 commit 4c9d75eCopy full SHA for 4c9d75e
package.json
@@ -6,7 +6,7 @@
6
"start": "node ./bin/www",
7
"devstart": "nodemon ./bin/www",
8
"serverstart": "DEBUG=api:* npm run devstart",
9
- "serverstartWin": "SET DEBUG=api:* npm run devstart"
+ "serverstartWin": "SET DEBUG=api:* && npm run devstart"
10
},
11
"dependencies": {
12
"cookie-parser": "~1.4.4",
0 commit comments