Skip to content

Commit

Permalink
1522 update angular v17 (#1543)
Browse files Browse the repository at this point in the history
* fix(geo): do not upgrade flexsearch since it seem not compatible with TS
nextapps-de/flexsearch#342
  • Loading branch information
alecarn committed Dec 19, 2023
1 parent 3a191b2 commit 7ef6fc0
Show file tree
Hide file tree
Showing 13 changed files with 6,572 additions and 7,129 deletions.
8 changes: 4 additions & 4 deletions angular.json
Expand Up @@ -164,21 +164,21 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build",
"host": "127.0.0.1",
"proxyConfig": "projects/demo/proxy.conf.json",
"hmr": true
"hmr": true,
"buildTarget": "demo:build"
},
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"lint": {
Expand Down

0 comments on commit 7ef6fc0

Please sign in to comment.