Skip to content

Commit

Permalink
chore: 버그 fix 배포용 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 18, 2024
1 parent 3c1bd64 commit 3418ccc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import { setupSshTunnel } from './configs/ssh-tunnel';
import { AllExceptionsFilter } from 'common/all-exceptions.filter';

config();

console.log({
synchronize: Boolean(process.env.DB_SYNCHRONIZE),
dropSchema: Boolean(process.env.DB_DROPSCHEMA),
});
async function bootstrap() {
await setupSshTunnel();
const app = await NestFactory.create(AppModule);
Expand Down

0 comments on commit 3418ccc

Please sign in to comment.