File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3
3
"collection" : " @nestjs/schematics" ,
4
4
"sourceRoot" : " src" ,
5
5
"compilerOptions" : {
6
- "deleteOutDir" : true
6
+ "deleteOutDir" : true ,
7
+ "plugins" : [
8
+ {
9
+ "name" : " @nestjs/graphql" ,
10
+ "options" : {
11
+ "introspectComments" : true
12
+ }
13
+ },
14
+ {
15
+ "name" : " @nestjs/swagger" ,
16
+ "options" : {
17
+ "introspectComments" : true
18
+ }
19
+ }
20
+ ]
7
21
}
8
22
}
Original file line number Diff line number Diff line change 2
2
"name" : " @metro-now/backend-nest" ,
3
3
"version" : " 0.0.1" ,
4
4
"scripts" : {
5
- "prebuild" : " pnpm prisma:generate" ,
5
+ "prebuild" : " rimraf dist && pnpm prisma:generate" ,
6
6
"build" : " nest build" ,
7
7
"start" : " pnpm dlx dotenv-cli -e .env.local -- nest start" ,
8
8
"dev" : " pnpm dlx dotenv-cli -e .env.local -- nest start --watch" ,
You can’t perform that action at this time.
0 commit comments