Skip to content

Commit d488add

Browse files
soorajbSooraj Balakrishnan
authored andcommitted
docs(repl): fix path to app.module
1 parent 96afe18 commit d488add

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
@@ -18,7 +18,7 @@ async function bootstrap() {
1818
bootstrap();
1919
@@switch
2020
import { repl } from '@nestjs/core';
21-
import { AppModule } from './app.module';
21+
import { AppModule } from './src/app.module';
2222

2323
async function bootstrap() {
2424
await repl(AppModule);

0 commit comments

Comments
 (0)