|
@ -7,7 +7,7 @@ |
|
|
"generators": {}, |
|
|
"generators": {}, |
|
|
"targets": { |
|
|
"targets": { |
|
|
"build": { |
|
|
"build": { |
|
|
"executor": "@nrwl/webpack:webpack", |
|
|
"executor": "@nx/webpack:webpack", |
|
|
"options": { |
|
|
"options": { |
|
|
"outputPath": "dist/apps/api", |
|
|
"outputPath": "dist/apps/api", |
|
|
"main": "apps/api/src/main.ts", |
|
|
"main": "apps/api/src/main.ts", |
|
@ -40,7 +40,7 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"lint": { |
|
|
"lint": { |
|
|
"executor": "@nrwl/linter:eslint", |
|
|
"executor": "@nx/eslint:lint", |
|
|
"options": { |
|
|
"options": { |
|
|
"lintFilePatterns": ["apps/api/**/*.ts"] |
|
|
"lintFilePatterns": ["apps/api/**/*.ts"] |
|
|
} |
|
|
} |
|
|