Removed stupid angular budgets
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m52s
Build Website / Tag Version (push) Successful in 1m6s
Build Website / Build Container (push) Successful in 3m45s

This commit is contained in:
2026-06-04 19:04:15 -04:00
parent 38e018d034
commit 1a845b3f2e

View File

@@ -33,18 +33,7 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"budgets": [],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",