|
|
@ -9,4 +9,3 @@ app.use('/', express.static(__dirname + '/build')); |
|
|
|
|
|
|
|
|
const server = app.listen(process.env.PORT || 3000, function () { |
|
|
const server = app.listen(process.env.PORT || 3000, function () { |
|
|
console.log('Server started at http://localhost:%s', server.address().port); |
|
|
console.log('Server started at http://localhost:%s', server.address().port); |
|
|
}); |
|
|
|