mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
nodejitsu: try explicitly setting port 3000 (since derby uses 80 if production)
This commit is contained in:
parent
68c34fc70d
commit
154e4822ea
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "habitrpg",
|
||||
"description": "",
|
||||
"version": "0.0.0-4",
|
||||
"version": "0.0.0-5",
|
||||
"main": "./server.js",
|
||||
"dependencies": {
|
||||
"derby": "*",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
require('derby').run(__dirname + '/lib/server')
|
||||
require('derby').run(__dirname + '/lib/server', 3000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue