Skip to content

Commit fe569b1

Browse files
committed
Changing port to take advantage of Heroku
1 parent c4568cd commit fe569b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(grunt) {
2020
watchedExtensions: ['js'],
2121
delayTime: 1,
2222
env: {
23-
PORT: '3000'
23+
PORT: process.env.PORT || '3000'
2424
},
2525
cwd: __dirname
2626
}

0 commit comments

Comments
 (0)