diff --git a/src/server.ts b/src/server.ts index 601a966d..19137def 100644 --- a/src/server.ts +++ b/src/server.ts @@ -80,7 +80,7 @@ if (require.main === module) { } async function startServer() { - console.log('Connecting to the DB!') + console.log('Connecting to the DB!!') await db.connect() return app.listen(SERVER_PORT) }