Adding repl
This commit is contained in:
parent
9da2d5e2f2
commit
a2ab3e8c3c
1 changed files with 7 additions and 0 deletions
7
src/repl.ts
Normal file
7
src/repl.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
import { repl } from '@nestjs/core'
|
||||||
|
import { AppModule } from './app.module'
|
||||||
|
|
||||||
|
async function bootstrap() {
|
||||||
|
await repl(AppModule)
|
||||||
|
}
|
||||||
|
bootstrap()
|
||||||
Loading…
Add table
Reference in a new issue