fix(backend): fixed cors error on build dev environment
This commit is contained in:
parent
bcc8b315ca
commit
67e1ed144f
@ -49,16 +49,10 @@
|
|||||||
"outputHashing": "all"
|
"outputHashing": "all"
|
||||||
},
|
},
|
||||||
"staging": {
|
"staging": {
|
||||||
"budgets": [
|
"fileReplacements": [
|
||||||
{
|
{
|
||||||
"type": "initial",
|
"replace": "src/environments/environment.ts",
|
||||||
"maximumWarning": "500kB",
|
"with": "src/environments/environment.staging.ts"
|
||||||
"maximumError": "1MB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "anyComponentStyle",
|
|
||||||
"maximumWarning": "4kB",
|
|
||||||
"maximumError": "8kB"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all"
|
"outputHashing": "all"
|
||||||
@ -78,7 +72,7 @@
|
|||||||
"buildTarget": "eeg_frontend:build:production"
|
"buildTarget": "eeg_frontend:build:production"
|
||||||
},
|
},
|
||||||
"staging": {
|
"staging": {
|
||||||
"buildTarget": "eeg_frontend:build:production"
|
"buildTarget": "eeg_frontend:build:staging"
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "eeg_frontend:build:development"
|
"buildTarget": "eeg_frontend:build:development"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user