|
4 | 4 | "complex-sample": {
|
5 | 5 | "root": "apps/complex-sample",
|
6 | 6 | "sourceRoot": "apps/complex-sample/src",
|
| 7 | + "projectType": "application", |
7 | 8 | "targets": {
|
8 | 9 | "build": {
|
9 | 10 | "executor": "@nrwl/node:webpack",
|
| 11 | + "outputs": ["{options.outputPath}"], |
10 | 12 | "options": {
|
11 | 13 | "tsConfig": "apps/complex-sample/tsconfig.app.json",
|
12 | 14 | "main": "apps/complex-sample/src/main.ts",
|
|
31 | 33 | "cqrs-sample": {
|
32 | 34 | "root": "apps/cqrs-sample",
|
33 | 35 | "sourceRoot": "apps/cqrs-sample/src",
|
| 36 | + "projectType": "application", |
34 | 37 | "targets": {
|
35 | 38 | "build": {
|
36 | 39 | "executor": "@nrwl/node:webpack",
|
| 40 | + "outputs": ["{options.outputPath}"], |
37 | 41 | "options": {
|
38 | 42 | "tsConfig": "apps/cqrs-sample/tsconfig.app.json",
|
39 | 43 | "main": "apps/cqrs-sample/src/main.ts",
|
|
69 | 73 | "tsConfig": "apps/file-up-and-down-sample/tsconfig.app.json"
|
70 | 74 | }
|
71 | 75 | },
|
72 |
| - "serve": { |
73 |
| - "executor": "@nrwl/node:execute", |
74 |
| - "options": { |
75 |
| - "buildTarget": "file-up-and-down-sample:build" |
76 |
| - } |
77 |
| - }, |
78 | 76 | "test": {
|
79 | 77 | "executor": "@nrwl/jest:jest",
|
80 | 78 | "outputs": ["{workspaceRoot}/coverage/apps/file-up-and-down-sample"],
|
|
94 | 92 | "graphql-sample": {
|
95 | 93 | "root": "apps/graphql-sample",
|
96 | 94 | "sourceRoot": "apps/graphql-sample/src",
|
| 95 | + "projectType": "application", |
97 | 96 | "targets": {
|
98 | 97 | "build": {
|
99 | 98 | "executor": "@nrwl/node:webpack",
|
| 99 | + "outputs": ["{options.outputPath}"], |
100 | 100 | "options": {
|
101 | 101 | "tsConfig": "apps/graphql-sample/tsconfig.app.json",
|
102 | 102 | "main": "apps/graphql-sample/src/main.ts",
|
|
121 | 121 | "http-sample": {
|
122 | 122 | "root": "apps/http-sample",
|
123 | 123 | "sourceRoot": "apps/http-sample/src",
|
| 124 | + "projectType": "application", |
124 | 125 | "targets": {
|
125 | 126 | "build": {
|
126 | 127 | "executor": "@nrwl/node:webpack",
|
| 128 | + "outputs": ["{options.outputPath}"], |
127 | 129 | "options": {
|
128 | 130 | "tsConfig": "apps/http-sample/tsconfig.app.json",
|
129 | 131 | "main": "apps/http-sample/src/main.ts",
|
|
148 | 150 | "microservice-sample": {
|
149 | 151 | "root": "apps/microservice-sample",
|
150 | 152 | "sourceRoot": "apps/microservice-sample/src",
|
| 153 | + "projectType": "application", |
151 | 154 | "targets": {
|
152 | 155 | "build": {
|
153 | 156 | "executor": "@nrwl/node:webpack",
|
| 157 | + "outputs": ["{options.outputPath}"], |
154 | 158 | "options": {
|
155 | 159 | "tsConfig": "apps/microservice-sample/tsconfig.app.json",
|
156 | 160 | "main": "apps/microservice-sample/src/main.ts",
|
|
175 | 179 | "mongo-sample": {
|
176 | 180 | "root": "apps/mongo-sample",
|
177 | 181 | "sourceRoot": "apps/mongo-sample/src",
|
| 182 | + "projectType": "application", |
178 | 183 | "targets": {
|
179 | 184 | "build": {
|
180 | 185 | "executor": "@nrwl/node:webpack",
|
| 186 | + "outputs": ["{options.outputPath}"], |
181 | 187 | "options": {
|
182 | 188 | "tsConfig": "apps/mongo-sample/tsconfig.app.json",
|
183 | 189 | "main": "apps/mongo-sample/src/main.ts",
|
|
202 | 208 | "prisma-sample": {
|
203 | 209 | "root": "apps/prisma-sample",
|
204 | 210 | "sourceRoot": "apps/prisma-sample/src",
|
| 211 | + "projectType": "application", |
205 | 212 | "targets": {
|
206 | 213 | "build": {
|
207 | 214 | "executor": "@nrwl/node:webpack",
|
| 215 | + "outputs": ["{options.outputPath}"], |
208 | 216 | "options": {
|
209 | 217 | "tsConfig": "apps/prisma-sample/tsconfig.app.json",
|
210 | 218 | "main": "apps/prisma-sample/src/main.ts",
|
|
229 | 237 | "render-sample": {
|
230 | 238 | "root": "apps/render-sample",
|
231 | 239 | "sourceRoot": "apps/render-sample/src",
|
| 240 | + "projectType": "application", |
232 | 241 | "targets": {
|
233 | 242 | "build": {
|
234 | 243 | "executor": "@nrwl/node:webpack",
|
| 244 | + "outputs": ["{options.outputPath}"], |
235 | 245 | "options": {
|
236 | 246 | "tsConfig": "apps/render-sample/tsconfig.app.json",
|
237 | 247 | "main": "apps/render-sample/src/main.ts",
|
|
256 | 266 | "rxjs-sample": {
|
257 | 267 | "root": "apps/rxjs-sample",
|
258 | 268 | "sourceRoot": "apps/rxjs-sample/src",
|
| 269 | + "projectType": "application", |
259 | 270 | "targets": {
|
260 | 271 | "build": {
|
261 | 272 | "executor": "@nrwl/node:webpack",
|
| 273 | + "outputs": ["{options.outputPath}"], |
262 | 274 | "options": {
|
263 | 275 | "tsConfig": "apps/rxjs-sample/tsconfig.app.json",
|
264 | 276 | "main": "apps/rxjs-sample/src/main.ts",
|
|
283 | 295 | "sequelize-sample": {
|
284 | 296 | "root": "apps/sequelize-sample",
|
285 | 297 | "sourceRoot": "apps/sequelize-sample/src",
|
| 298 | + "projectType": "application", |
286 | 299 | "targets": {
|
287 | 300 | "build": {
|
288 | 301 | "executor": "@nrwl/node:webpack",
|
| 302 | + "outputs": ["{options.outputPath}"], |
289 | 303 | "options": {
|
290 | 304 | "tsConfig": "apps/sequelize-sample/tsconfig.app.json",
|
291 | 305 | "main": "apps/sequelize-sample/src/main.ts",
|
|
310 | 324 | "simple-sample": {
|
311 | 325 | "root": "apps/simple-sample",
|
312 | 326 | "sourceRoot": "apps/simple-sample/src",
|
| 327 | + "projectType": "application", |
313 | 328 | "targets": {
|
314 | 329 | "build": {
|
315 | 330 | "executor": "@nrwl/node:webpack",
|
| 331 | + "outputs": ["{options.outputPath}"], |
316 | 332 | "options": {
|
317 | 333 | "tsConfig": "apps/simple-sample/tsconfig.app.json",
|
318 | 334 | "main": "apps/simple-sample/src/main.ts",
|
|
337 | 353 | "typeorm-sample": {
|
338 | 354 | "root": "apps/typeorm-sample",
|
339 | 355 | "sourceRoot": "apps/typeorm-sample/src",
|
| 356 | + "projectType": "application", |
340 | 357 | "targets": {
|
341 | 358 | "build": {
|
342 | 359 | "executor": "@nrwl/node:webpack",
|
| 360 | + "outputs": ["{options.outputPath}"], |
343 | 361 | "options": {
|
344 | 362 | "tsConfig": "apps/typeorm-sample/tsconfig.app.json",
|
345 | 363 | "main": "apps/typeorm-sample/src/main.ts",
|
|
364 | 382 | "websocket-sample": {
|
365 | 383 | "root": "apps/websocket-sample",
|
366 | 384 | "sourceRoot": "apps/websocket-sample/src",
|
| 385 | + "projectType": "application", |
367 | 386 | "targets": {
|
368 | 387 | "build": {
|
369 | 388 | "executor": "@nrwl/node:webpack",
|
| 389 | + "outputs": ["{options.outputPath}"], |
370 | 390 | "options": {
|
371 | 391 | "tsConfig": "apps/websocket-sample/tsconfig.app.json",
|
372 | 392 | "main": "apps/websocket-sample/src/main.ts",
|
|
0 commit comments