feat: adds authentication to ngrx store

This commit is contained in:
2023-01-05 18:05:43 +01:00
parent fb57344b1b
commit 9f09aae467
59 changed files with 1152 additions and 848 deletions

View File

@@ -36,7 +36,14 @@
},
"configurations": {
"production": {
"budgets": [{
"fileReplacements": [
{
"replace": "projects/mastolists/src/environments/environment.ts",
"with": "projects/mastolists/src/environments/environment.prod.ts"
}
],
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "3mb"
@@ -56,6 +63,27 @@
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
},
"staging": {
"fileReplacements": [
{
"replace": "projects/mastolists/src/environments/environment.ts",
"with": "projects/mastolists/src/environments/environment.staging.ts"
}
],
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "3mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"outputHashing": "all"
}
},
"defaultConfiguration": "production"
@@ -136,4 +164,4 @@
"cli": {
"analytics": "48f19321-a0cb-4b6d-8ea6-27d1fd0792f5"
}
}
}