I wrote a readme
This commit is contained in:
@@ -7,7 +7,7 @@ const port = process.env.PORT || 3002;
|
||||
try {
|
||||
connect()
|
||||
.use(serveStatic(`${__dirname}/dist`))
|
||||
.listen(port, () => console.log(`Boom, app is running on port ${port}`));
|
||||
.listen(port, () => console.log(`Boom, app is running on port ${port} 🚀`));
|
||||
} catch (error) {
|
||||
console.log('Something fucked up', error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user