Lots of updates! Working in local dev... not sure about staging yet...
This commit is contained in:
@@ -5,7 +5,7 @@ import { PORT } from '../constants/env';
|
||||
connection.then(
|
||||
() => {
|
||||
app.listen(PORT);
|
||||
console.log('LISTENING', process.env);
|
||||
console.debug('Server up and listening', { env: process.env });
|
||||
},
|
||||
(err) => console.error('SERVER ERROR!', { err, env: process.env }),
|
||||
(err) => console.error('Could not reach database', { err, env: process.env }),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user