Browse Source

Merge pull request 'remove ssr and expand inital budgets' (#2) from new-db-structure-convertion into master

Reviewed-on: https://sinistea.pkmn.cloud/Quildra/OriginDex-FrontEnd/pulls/2
master
Quildra 12 months ago
parent
commit
0a1146ec5b
  1. 10
      angular.json
  2. 2
      src/environments/environment.ts

10
angular.json

@ -39,19 +39,15 @@
"src/styles.scss"
],
"scripts": [],
"server": "src/main.server.ts",
"prerender": true,
"ssr": {
"entry": "server.ts"
}
"server": "src/main.server.ts"
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "4MB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",

2
src/environments/environment.ts

@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: '/api'
apiUrl: 'https:\\mew.pkmn.cloud'
};
Loading…
Cancel
Save