Skip to content

Commit

Permalink
bail on custom ssg config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 20, 2024
1 parent 0e9c45d commit df1db21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@
"builder": "@angular-devkit/build-angular:ssr-dev-server",
"configurations": {
"development": {
"browserTarget": "app:build:ssg",
"serverTarget": "app:server:ssg"
"browserTarget": "app:build:development",
"serverTarget": "app:server:development"
},
"production": {
"browserTarget": "app:build:ssg",
"serverTarget": "app:server:ssg"
"browserTarget": "app:build:production",
"serverTarget": "app:server:production"
}
},
"defaultConfiguration": "development"
Expand All @@ -258,12 +258,12 @@
},
"configurations": {
"production": {
"browserTarget": "app:build:ssg",
"serverTarget": "app:server:ssg"
"browserTarget": "app:build:production",
"serverTarget": "app:server:production"
},
"development": {
"browserTarget": "app:build:ssg",
"serverTarget": "app:server:ssg"
"browserTarget": "app:build:development",
"serverTarget": "app:server:development"
}
},
"defaultConfiguration": "production"
Expand Down

0 comments on commit df1db21

Please sign in to comment.