This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica-self-host
Watch
1
Star
0
Fork
You've already forked habitica-self-host
0
mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced
2026-05-19 12:18:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e82a7a699d
habitica-self-host
/
server.js
1 line
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
jitsu: default port to 3000 if !process.env.PORT
2012-07-10 18:28:13 +00:00
require
(
'derby'
)
.
run
(
_
_dirname
+
'/lib/server'
,
(
process
.
env
.
PORT
||
3000
)
)
Reference in a new issue
Copy permalink