Skip to content

Commit 83ae4a9

Browse files
committed
feat(app): Enable Node debug mode
1 parent 114a35e commit 83ae4a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/common/Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = function (grunt) {
3131
},
3232
dev: {
3333
options: {
34-
script: 'server.js'
34+
script: 'server.js',
35+
debug: true
3536
}
3637
},
3738
prod: {

0 commit comments

Comments
 (0)