Browse Source

remove ssr and expand inital budgets

new-db-structure-convertion
Quildra 12 months ago
parent
commit
2d0ff271e9
  1. 10
      angular.json
  2. 2
      src/environments/environment.ts

10
angular.json

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

2
src/environments/environment.ts

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