Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 5694a3f

Browse files
committed
up
1 parent fb4fee5 commit 5694a3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let app = require('../app');
2+
3+
app.listen(process.env.PORT || 3000, process.env.HOST || '0.0.0.0');

0 commit comments

Comments
 (0)