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:
parent
dc4d421e14
commit
e285ddcafa
2 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue