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