feat: adds authentication to ngrx store
This commit is contained in:
32
angular.json
32
angular.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user