File tree 3 files changed +509
-49
lines changed
3 files changed +509
-49
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://json.schemastore.org/nest-cli" ,
3
+ "collection" : " @nestjs/schematics" ,
4
+ "sourceRoot" : " lib" ,
5
+ "compilerOptions" : {
6
+ "assets" : [" **/*.proto" ]
7
+ }
8
+ }
Original file line number Diff line number Diff line change 10
10
"author" : " Livio Brunner" ,
11
11
"main" : " dist/index.js" ,
12
12
"scripts" : {
13
- "dev" : " tsc -p tsconfig. build.json --watch" ,
14
- "build" : " tsc -p tsconfig. build.json && pnpm copy:proto " ,
13
+ "dev" : " nest build --watch" ,
14
+ "build" : " nest build" ,
15
15
"copy:proto" : " copyfiles lib/health-indicator/microservice/protos/health.proto dist/health-indicator/microservice/protos/health.proto" ,
16
16
"build:all" : " pnpm run build && pnpm run -r build" ,
17
17
"test:all" : " pnpm run test && pnpm run -if-present -r test --passWithNoTests" ,
48
48
"@mikro-orm/mysql" : " 6.4.4" ,
49
49
"@mikro-orm/nestjs" : " 6.0.2" ,
50
50
"@nestjs/axios" : " 4.0.0" ,
51
+ "@nestjs/cli" : " ^11.0.2" ,
51
52
"@nestjs/common" : " 11.0.5" ,
52
53
"@nestjs/core" : " 11.0.5" ,
53
54
"@nestjs/microservices" : " 11.0.5" ,
You can’t perform that action at this time.
0 commit comments