chore: rename app.ts to bootstrap.ts on api-v2 (#26604)

This commit is contained in:
Morgan
2026-01-09 09:56:27 +00:00
committed by GitHub
parent b6c243f1dd
commit 56b29b5df6
85 changed files with 149 additions and 146 deletions
@@ -1,4 +1,4 @@
import { bootstrap } from "@/app";
import { bootstrap } from "@/bootstrap";
import { AppModule } from "@/app.module";
import { PrismaModule } from "@/modules/prisma/prisma.module";
import { TokensModule } from "@/modules/tokens/tokens.module";