Skip to content

Commit

Permalink
refactor: move app module to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez committed Jun 30, 2024
1 parent 1070699 commit 76f65f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Logger } from "@/shared/logger/domain";
import { LoggerInterceptor } from "@/shared/logger/infrastructure/logger.interceptor";
import { NestLoggerService } from "@/shared/logger/infrastructure/nestjs.logger-service";

import { AppModule } from "./app.module";
import { AppModule } from "./app/app.module";

async function bootstrap() {
const app = await NestFactory.create<NestFastifyApplication>(
Expand Down

0 comments on commit 76f65f0

Please sign in to comment.