Skip to content

Commit c21c960

Browse files
Tony133jmcdo29
authored andcommitted
chore(): update workspace.json
1 parent a8a3523 commit c21c960

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

workspace.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"complex-sample": {
55
"root": "apps/complex-sample",
66
"sourceRoot": "apps/complex-sample/src",
7+
"projectType": "application",
78
"targets": {
89
"build": {
910
"executor": "@nrwl/node:webpack",
11+
"outputs": ["{options.outputPath}"],
1012
"options": {
1113
"tsConfig": "apps/complex-sample/tsconfig.app.json",
1214
"main": "apps/complex-sample/src/main.ts",
@@ -31,9 +33,11 @@
3133
"cqrs-sample": {
3234
"root": "apps/cqrs-sample",
3335
"sourceRoot": "apps/cqrs-sample/src",
36+
"projectType": "application",
3437
"targets": {
3538
"build": {
3639
"executor": "@nrwl/node:webpack",
40+
"outputs": ["{options.outputPath}"],
3741
"options": {
3842
"tsConfig": "apps/cqrs-sample/tsconfig.app.json",
3943
"main": "apps/cqrs-sample/src/main.ts",
@@ -69,12 +73,6 @@
6973
"tsConfig": "apps/file-up-and-down-sample/tsconfig.app.json"
7074
}
7175
},
72-
"serve": {
73-
"executor": "@nrwl/node:execute",
74-
"options": {
75-
"buildTarget": "file-up-and-down-sample:build"
76-
}
77-
},
7876
"test": {
7977
"executor": "@nrwl/jest:jest",
8078
"outputs": ["{workspaceRoot}/coverage/apps/file-up-and-down-sample"],
@@ -94,9 +92,11 @@
9492
"graphql-sample": {
9593
"root": "apps/graphql-sample",
9694
"sourceRoot": "apps/graphql-sample/src",
95+
"projectType": "application",
9796
"targets": {
9897
"build": {
9998
"executor": "@nrwl/node:webpack",
99+
"outputs": ["{options.outputPath}"],
100100
"options": {
101101
"tsConfig": "apps/graphql-sample/tsconfig.app.json",
102102
"main": "apps/graphql-sample/src/main.ts",
@@ -121,9 +121,11 @@
121121
"http-sample": {
122122
"root": "apps/http-sample",
123123
"sourceRoot": "apps/http-sample/src",
124+
"projectType": "application",
124125
"targets": {
125126
"build": {
126127
"executor": "@nrwl/node:webpack",
128+
"outputs": ["{options.outputPath}"],
127129
"options": {
128130
"tsConfig": "apps/http-sample/tsconfig.app.json",
129131
"main": "apps/http-sample/src/main.ts",
@@ -148,9 +150,11 @@
148150
"microservice-sample": {
149151
"root": "apps/microservice-sample",
150152
"sourceRoot": "apps/microservice-sample/src",
153+
"projectType": "application",
151154
"targets": {
152155
"build": {
153156
"executor": "@nrwl/node:webpack",
157+
"outputs": ["{options.outputPath}"],
154158
"options": {
155159
"tsConfig": "apps/microservice-sample/tsconfig.app.json",
156160
"main": "apps/microservice-sample/src/main.ts",
@@ -175,9 +179,11 @@
175179
"mongo-sample": {
176180
"root": "apps/mongo-sample",
177181
"sourceRoot": "apps/mongo-sample/src",
182+
"projectType": "application",
178183
"targets": {
179184
"build": {
180185
"executor": "@nrwl/node:webpack",
186+
"outputs": ["{options.outputPath}"],
181187
"options": {
182188
"tsConfig": "apps/mongo-sample/tsconfig.app.json",
183189
"main": "apps/mongo-sample/src/main.ts",
@@ -202,9 +208,11 @@
202208
"prisma-sample": {
203209
"root": "apps/prisma-sample",
204210
"sourceRoot": "apps/prisma-sample/src",
211+
"projectType": "application",
205212
"targets": {
206213
"build": {
207214
"executor": "@nrwl/node:webpack",
215+
"outputs": ["{options.outputPath}"],
208216
"options": {
209217
"tsConfig": "apps/prisma-sample/tsconfig.app.json",
210218
"main": "apps/prisma-sample/src/main.ts",
@@ -229,9 +237,11 @@
229237
"render-sample": {
230238
"root": "apps/render-sample",
231239
"sourceRoot": "apps/render-sample/src",
240+
"projectType": "application",
232241
"targets": {
233242
"build": {
234243
"executor": "@nrwl/node:webpack",
244+
"outputs": ["{options.outputPath}"],
235245
"options": {
236246
"tsConfig": "apps/render-sample/tsconfig.app.json",
237247
"main": "apps/render-sample/src/main.ts",
@@ -256,9 +266,11 @@
256266
"rxjs-sample": {
257267
"root": "apps/rxjs-sample",
258268
"sourceRoot": "apps/rxjs-sample/src",
269+
"projectType": "application",
259270
"targets": {
260271
"build": {
261272
"executor": "@nrwl/node:webpack",
273+
"outputs": ["{options.outputPath}"],
262274
"options": {
263275
"tsConfig": "apps/rxjs-sample/tsconfig.app.json",
264276
"main": "apps/rxjs-sample/src/main.ts",
@@ -283,9 +295,11 @@
283295
"sequelize-sample": {
284296
"root": "apps/sequelize-sample",
285297
"sourceRoot": "apps/sequelize-sample/src",
298+
"projectType": "application",
286299
"targets": {
287300
"build": {
288301
"executor": "@nrwl/node:webpack",
302+
"outputs": ["{options.outputPath}"],
289303
"options": {
290304
"tsConfig": "apps/sequelize-sample/tsconfig.app.json",
291305
"main": "apps/sequelize-sample/src/main.ts",
@@ -310,9 +324,11 @@
310324
"simple-sample": {
311325
"root": "apps/simple-sample",
312326
"sourceRoot": "apps/simple-sample/src",
327+
"projectType": "application",
313328
"targets": {
314329
"build": {
315330
"executor": "@nrwl/node:webpack",
331+
"outputs": ["{options.outputPath}"],
316332
"options": {
317333
"tsConfig": "apps/simple-sample/tsconfig.app.json",
318334
"main": "apps/simple-sample/src/main.ts",
@@ -337,9 +353,11 @@
337353
"typeorm-sample": {
338354
"root": "apps/typeorm-sample",
339355
"sourceRoot": "apps/typeorm-sample/src",
356+
"projectType": "application",
340357
"targets": {
341358
"build": {
342359
"executor": "@nrwl/node:webpack",
360+
"outputs": ["{options.outputPath}"],
343361
"options": {
344362
"tsConfig": "apps/typeorm-sample/tsconfig.app.json",
345363
"main": "apps/typeorm-sample/src/main.ts",
@@ -364,9 +382,11 @@
364382
"websocket-sample": {
365383
"root": "apps/websocket-sample",
366384
"sourceRoot": "apps/websocket-sample/src",
385+
"projectType": "application",
367386
"targets": {
368387
"build": {
369388
"executor": "@nrwl/node:webpack",
389+
"outputs": ["{options.outputPath}"],
370390
"options": {
371391
"tsConfig": "apps/websocket-sample/tsconfig.app.json",
372392
"main": "apps/websocket-sample/src/main.ts",

0 commit comments

Comments
 (0)