Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Sep 7, 2023
1 parent 09a3b1d commit 0acaa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ async function bootstrap() {
const port = process.env.POSTGRESQL_HOST.includes('database') ? 3000 : 3001;
await app.listen(port);
const appService = app.get(AppService);
await appService.initializeDb();
// await appService.initializeDb();
}
bootstrap();

0 comments on commit 0acaa7b

Please sign in to comment.