first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const app = require('./index.js')
|
||||
const port = process.env.PORT || '3000'
|
||||
app.listen(port, '0.0.0.0', () => {
|
||||
console.log('Server listening on port '+port);
|
||||
});
|
||||
Reference in New Issue
Block a user