From 55957df00c2803cf9831b12e39503896e756f376 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Tue, 19 May 2026 02:07:39 +0400 Subject: [PATCH] apis --- angular.json | 14 +++++++------- proxy.conf.lavero.json.bak | 11 +++++++++++ 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 proxy.conf.lavero.json.bak diff --git a/angular.json b/angular.json index fa75383..f00f922 100644 --- a/angular.json +++ b/angular.json @@ -54,8 +54,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "25kB", - "maximumError": "35kB" + "maximumWarning": "40kB", + "maximumError": "50kB" } ], "outputHashing": "all", @@ -129,8 +129,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "25kB", - "maximumError": "35kB" + "maximumWarning": "40kB", + "maximumError": "50kB" } ], "outputHashing": "all", @@ -195,8 +195,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "25kB", - "maximumError": "35kB" + "maximumWarning": "40kB", + "maximumError": "50kB" } ], "outputHashing": "all", @@ -260,4 +260,4 @@ } } } -} \ No newline at end of file +} diff --git a/proxy.conf.lavero.json.bak b/proxy.conf.lavero.json.bak new file mode 100644 index 0000000..a12631d --- /dev/null +++ b/proxy.conf.lavero.json.bak @@ -0,0 +1,11 @@ +{ + "/api": { + "target": "https://api.lavero.store:555", + "secure": false, + "changeOrigin": true, + "pathRewrite": { + "^/api": "" + }, + "logLevel": "debug" + } +}