Skip to content

Commit b5937d8

Browse files
author
Sooraj Balakrishnan
committed
docs(repl): fix app module path
1 parent d488add commit b5937d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/repl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To run your NestJS application in REPL mode, create a new `repl.ts` file (alongs
1010
```typescript
1111
@@filename(repl)
1212
import { repl } from '@nestjs/core';
13-
import { AppModule } from './app.module';
13+
import { AppModule } from './src/app.module';
1414

1515
async function bootstrap() {
1616
await repl(AppModule);

0 commit comments

Comments
 (0)