From 2d0ff271e92929453160ea2808b5bba145c32363 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 30 Dec 2024 18:49:06 +0000 Subject: [PATCH] remove ssr and expand inital budgets --- angular.json | 10 +++------- src/environments/environment.ts | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/angular.json b/angular.json index cb55e06..c24519f 100644 --- a/angular.json +++ b/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", diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 662a91c..e4d31d0 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: '/api' + apiUrl: 'https:\\mew.pkmn.cloud' }; \ No newline at end of file