mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
set server.js port back to default, get port from env.process.PORT
This commit is contained in:
parent
f3727fb62a
commit
ad6093fa68
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
require('derby').run(__dirname + '/lib/server', (process.env.PORT || 3000))
|
||||
require('derby').run(__dirname + '/lib/server')
|
||||
Loading…
Reference in a new issue