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 8a80a4a commit 1adaacfCopy full SHA for 1adaacf
package.json
@@ -12,7 +12,7 @@
12
},
13
"scripts": {
14
"start": "gulp serve",
15
- "start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* gulp serve",
+ "start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* yarn start",
16
"build": "gulp",
17
"lint": "esw *.js server config --color",
18
"lint:watch": "yarn lint -- --watch",
0 commit comments