mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
jitsu: default port to 3000 if !process.env.PORT
This commit is contained in:
parent
c75c9d4961
commit
328a14c332
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
require('derby').run(__dirname + '/lib/server', process.env.PORT)
|
||||
require('derby').run(__dirname + '/lib/server', (process.env.PORT || 3000))
|
||||
Loading…
Reference in a new issue