Skip to content

Commit

Permalink
Merge pull request #78 from 2skydev/dev
Browse files Browse the repository at this point in the history
v0.0.16-re
  • Loading branch information
2skydev committed Aug 3, 2023
2 parents 2a6a579 + 27129eb commit 03396ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ Sentry.init({
dsn: import.meta.env.MAIN_VITE_SENTRY_DSN,
})
;(async () => {
// 마이그레이션이 항상 먼저 실행되도록 처리
await container.resolve(MigrationModule)

const appModule = await AppFactory.create(AppModule, [
MigrationModule,
ConfigModule,
UpdateModule,
DeveloperModule,
Expand Down

0 comments on commit 03396ca

Please sign in to comment.