We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114a35e commit 83ae4a9Copy full SHA for 83ae4a9
1 file changed
templates/common/Gruntfile.js
@@ -31,7 +31,8 @@ module.exports = function (grunt) {
31
},
32
dev: {
33
options: {
34
- script: 'server.js'
+ script: 'server.js',
35
+ debug: true
36
}
37
38
prod: {
0 commit comments