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