Merge branch 'dev-qol' into shigusegubu
* dev-qol: fix
This commit is contained in:
commit
fcb3b927fb
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const afterStoreSetup = ({store, i18n}) => {
|
|||
|
||||
// This takes static config and overrides properties that are present in apiConfig
|
||||
let config = {}
|
||||
if (overrides.staticConfigPreference && env === 'DEV') {
|
||||
if (overrides.staticConfigPreference && env === 'development') {
|
||||
console.warn('OVERRIDING API CONFIG WITH STATIC CONFIG')
|
||||
config = Object.assign({}, apiConfig, staticConfig)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue