Skip to content

Commit

Permalink
Fixed ssr CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-newey committed Oct 17, 2023
1 parent 08e10d6 commit 087c708
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "workbench-client:build",
"forceEsbuild": true
"browserTarget": "workbench-client:build"
},
"configurations": {
"production": {
"browserTarget": "workbench-client:build:production",
"forceEsbuild": true
"browserTarget": "workbench-client:build:production"
}
}
},
Expand Down Expand Up @@ -123,8 +121,7 @@
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
],
"forceEsbuild": true
]
}
},
"e2e": {
Expand Down Expand Up @@ -175,16 +172,14 @@
"builder": "@nguniversal/builders:ssr-dev-server",
"options": {
"browserTarget": "workbench-client:build",
"serverTarget": "workbench-client:server",
"forceEsbuild": true
"serverTarget": "workbench-client:server"
}
},
"prerender": {
"builder": "@nguniversal/builders:prerender",
"options": {
"browserTarget": "workbench-client:build:production",
"serverTarget": "workbench-client:server:production",
"forceEsbuild": true,
"routes": [
"/"
]
Expand Down

0 comments on commit 087c708

Please sign in to comment.