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" + } +}