Skip to content

Commit

Permalink
heroku, come on!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleeye committed Apr 8, 2014
1 parent 978910d commit 3c37245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app.use(express.static(__dirname + '/client'))
http = require 'http'
server = http.createServer(app)
io = require('socket.io').listen(server)
server.listen(3000)
server.listen(process.env.PORT || 5000)
masterSocket = null

io.sockets.on 'connection', (socket) ->
Expand Down
2 changes: 1 addition & 1 deletion app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c37245

Please sign in to comment.