0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed naming of app.module.ts

This commit is contained in:
Fabien "egg" O'Carroll 2023-12-12 16:04:43 +07:00
parent dc4d421e14
commit e285ddcafa
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
import 'reflect-metadata';
import {AppModule} from './nestjs/AppModule';
import {AppModule} from './nestjs/app.module';
import {NestApplication, NestFactory} from '@nestjs/core';
import {registerEvents} from './common/decorators/handle-event.decorator';