import { Module } from '@nestjs/common'; // INJECT:IMPORTS @Module({ imports: [ // INJECT:MODULES ], }) export class AppModule {}