Skip to content

Commit 19150d4

Browse files
authored
Merge pull request #228 from Dalanir/script_to_debug_simple
add start:debug in package.json's scripts
2 parents 7207dba + 1adaacf commit 19150d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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:* yarn start",
1516
"build": "gulp",
1617
"lint": "esw *.js server config --color",
1718
"lint:watch": "yarn lint -- --watch",

0 commit comments

Comments
 (0)