Try fetching data from protected endpoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-14 20:30:47 +02:00
parent f426368d15
commit 7d6f85db82
18 changed files with 232 additions and 393 deletions

View File

@@ -47,12 +47,24 @@
"maximumError": "8kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.production.ts"
}
]
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
}
},
"defaultConfiguration": "production"