| 1 | import { Module } from '@nestjs/common'; |
| 2 | import { ConfigModule, ConfigService } from '@nestjs/config'; |
| 3 | import { TriggerDevModule } from '@trigger.dev/nestjs'; |
| 4 | import { AppController } from './app.controller'; |
nothing calls this directly
no test coverage detected