Skip to content

Commit

Permalink
update to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWun committed Nov 10, 2023
1 parent 2dcb268 commit bf7485f
Show file tree
Hide file tree
Showing 9 changed files with 4,223 additions and 2,359 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# specific node version tagged to prevent dockerfile from suddenly breaking (16 was current lts version)
FROM node:16-slim AS builder
FROM node:18-slim AS builder

WORKDIR /app
COPY . /app
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "qhana-ui:build:production"
"buildTarget": "qhana-ui:build:production"
},
"development": {
"browserTarget": "qhana-ui:build:development"
"buildTarget": "qhana-ui:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "qhana-ui:build"
"buildTarget": "qhana-ui:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit bf7485f

Please sign in to comment.