Skip to content

Commit

Permalink
upgrade to v 17
Browse files Browse the repository at this point in the history
  • Loading branch information
danfunk committed Sep 11, 2024
1 parent bb9af2a commit 2d8e36e
Show file tree
Hide file tree
Showing 10 changed files with 3,807 additions and 4,752 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"outputPath": "dist/sartography-website",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": "zone.js",
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -56,18 +56,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "sartography-website:build"
"buildTarget": "sartography-website:build"
},
"configurations": {
"production": {
"browserTarget": "sartography-website:build:production"
"buildTarget": "sartography-website:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "sartography-website:build"
"buildTarget": "sartography-website:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2d8e36e

Please sign in to comment.