Skip to content

Commit

Permalink
remove angular universal, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Aug 5, 2023
1 parent a249cbc commit f0c6428
Show file tree
Hide file tree
Showing 12 changed files with 1,042 additions and 7,723 deletions.
30 changes: 1 addition & 29 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
"node_modules/primeng/resources/primeng.min.css",
"src/styles.scss"
],
"scripts": [
"node_modules/plotly.js/dist/plotly.min.js"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down Expand Up @@ -133,32 +131,6 @@
}
},
"defaultConfiguration": ""
},
"serve-ssr": {
"builder": "@nguniversal/builders:ssr-dev-server",
"options": {
"browserTarget": "artcoded-backoffice:build",
"serverTarget": "artcoded-backoffice:server"
},
"configurations": {
"production": {
"browserTarget": "artcoded-backoffice:build:production",
"serverTarget": "artcoded-backoffice:server:production"
}
}
},
"prerender": {
"builder": "@nguniversal/builders:prerender",
"options": {
"browserTarget": "artcoded-backoffice:build:production",
"serverTarget": "artcoded-backoffice:server:production",
"routes": [
"/"
]
},
"configurations": {
"production": {}
}
}
}
}
Expand Down
Loading

0 comments on commit f0c6428

Please sign in to comment.