Skip to content

Commit

Permalink
migration to 1020
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Nov 3, 2024
1 parent 5cb8ad1 commit 0fa8ac7
Show file tree
Hide file tree
Showing 8 changed files with 4,076 additions and 5,383 deletions.
10 changes: 5 additions & 5 deletions analytics-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"allowedCommonJsDependencies": [
"regenerator-runtime/runtime",
"@cordobo/qrcode",
"zone.js/dist/zone",
"zone.js",
"chroma-js"
]
},
Expand Down Expand Up @@ -73,10 +73,10 @@
"builder": "@c8y/devkit:dev-server",
"configurations": {
"production": {
"browserTarget": "analytics-ui:build:production"
"buildTarget": "analytics-ui:build:production"
},
"development": {
"browserTarget": "analytics-ui:build:development"
"buildTarget": "analytics-ui:build:development"
}
},
"defaultConfiguration": "development"
Expand Down Expand Up @@ -107,10 +107,10 @@
"builder": "@c8y/devkit:deploy",
"configurations": {
"production": {
"browserTarget": "analytics-ui:build:production"
"buildTarget": "analytics-ui:build:production"
},
"development": {
"browserTarget": "analytics-ui:build:development"
"buildTarget": "analytics-ui:build:development"
}
},
"defaultConfiguration": "production"
Expand Down
Loading

0 comments on commit 0fa8ac7

Please sign in to comment.