Skip to content

Commit 5fec3cb

Browse files
committed
add start:debug in package.json's scripts
1 parent b5fe4f0 commit 5fec3cb

File tree

2 files changed

+141
-85
lines changed

2 files changed

+141
-85
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"scripts": {
1414
"start": "gulp serve",
15+
"start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* gulp serve",
1516
"build": "gulp",
1617
"lint": "esw *.js server config --color",
1718
"lint:watch": "yarn lint -- --watch",

0 commit comments

Comments
 (0)