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 aac61b2 commit 485c44bCopy full SHA for 485c44b
templates/app/Gruntfile(grunt).js
@@ -46,7 +46,7 @@ module.exports = function(grunt) {
46
},
47
prod: {
48
options: {
49
- port: process.env.PORT || <%= prodPort %>
+ port: process.env.PORT || <%= prodPort %>,
50
script: '<%%= yeoman.dist %>/<%%= yeoman.server %>'
51
}
52
0 commit comments