|
| 1 | +{ |
| 2 | + "name": "examples-ag-ui-angular", |
| 3 | + "$schema": "../../../node_modules/nx/schemas/project-schema.json", |
| 4 | + "sourceRoot": "examples/ag-ui/angular/src", |
| 5 | + "projectType": "application", |
| 6 | + "prefix": "app", |
| 7 | + "targets": { |
| 8 | + "build": { |
| 9 | + "executor": "@angular/build:application", |
| 10 | + "outputs": [ |
| 11 | + "{options.outputPath.base}" |
| 12 | + ], |
| 13 | + "options": { |
| 14 | + "outputPath": { |
| 15 | + "base": "dist/examples/ag-ui/angular", |
| 16 | + "browser": "" |
| 17 | + }, |
| 18 | + "index": "examples/ag-ui/angular/src/index.html", |
| 19 | + "browser": "examples/ag-ui/angular/src/main.ts", |
| 20 | + "tsConfig": "examples/ag-ui/angular/tsconfig.app.json", |
| 21 | + "assets": [ |
| 22 | + { |
| 23 | + "glob": "**/*", |
| 24 | + "input": "examples/ag-ui/angular/public" |
| 25 | + } |
| 26 | + ], |
| 27 | + "styles": [ |
| 28 | + "examples/ag-ui/angular/src/styles.css" |
| 29 | + ] |
| 30 | + }, |
| 31 | + "configurations": { |
| 32 | + "production": { |
| 33 | + "budgets": [ |
| 34 | + { |
| 35 | + "type": "initial", |
| 36 | + "maximumWarning": "500kb", |
| 37 | + "maximumError": "1.5mb" |
| 38 | + }, |
| 39 | + { |
| 40 | + "type": "anyComponentStyle", |
| 41 | + "maximumWarning": "10kb", |
| 42 | + "maximumError": "16kb" |
| 43 | + } |
| 44 | + ], |
| 45 | + "outputHashing": "all" |
| 46 | + }, |
| 47 | + "development": { |
| 48 | + "optimization": false, |
| 49 | + "extractLicenses": false, |
| 50 | + "sourceMap": true, |
| 51 | + "fileReplacements": [ |
| 52 | + { |
| 53 | + "replace": "examples/ag-ui/angular/src/environments/environment.ts", |
| 54 | + "with": "examples/ag-ui/angular/src/environments/environment.development.ts" |
| 55 | + } |
| 56 | + ] |
| 57 | + } |
| 58 | + }, |
| 59 | + "defaultConfiguration": "development" |
| 60 | + }, |
| 61 | + "serve": { |
| 62 | + "continuous": true, |
| 63 | + "executor": "@angular/build:dev-server", |
| 64 | + "options": { |
| 65 | + "port": 4201, |
| 66 | + "proxyConfig": "examples/ag-ui/angular/proxy.conf.mjs" |
| 67 | + }, |
| 68 | + "configurations": { |
| 69 | + "production": { |
| 70 | + "buildTarget": "examples-ag-ui-angular:build:production" |
| 71 | + }, |
| 72 | + "development": { |
| 73 | + "buildTarget": "examples-ag-ui-angular:build:development" |
| 74 | + } |
| 75 | + }, |
| 76 | + "defaultConfiguration": "development" |
| 77 | + }, |
| 78 | + "test": { |
| 79 | + "executor": "@nx/vitest:test", |
| 80 | + "options": { |
| 81 | + "configFile": "examples/ag-ui/angular/vite.config.mts" |
| 82 | + } |
| 83 | + }, |
| 84 | + "lint": { |
| 85 | + "executor": "@nx/eslint:lint" |
| 86 | + } |
| 87 | + }, |
| 88 | + "tags": [ |
| 89 | + "scope:examples", |
| 90 | + "scope:examples-ag-ui", |
| 91 | + "type:app" |
| 92 | + ] |
| 93 | +} |
0 commit comments