fix(client-config): set isLoaded to false on API status update (#12371)
Attempt at #12289 (edit Félix: removed fix keyword since I don't think it fixes it) --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -24,6 +24,7 @@ export default defineConfig(({ command, mode }) => {
|
||||
SSL_CERT_PATH,
|
||||
SSL_KEY_PATH,
|
||||
REACT_APP_PORT,
|
||||
IS_DEBUG_MODE,
|
||||
} = env;
|
||||
|
||||
const port = isNonEmptyString(REACT_APP_PORT)
|
||||
@ -191,6 +192,7 @@ export default defineConfig(({ command, mode }) => {
|
||||
},
|
||||
'process.env': {
|
||||
REACT_APP_SERVER_BASE_URL,
|
||||
IS_DEBUG_MODE,
|
||||
},
|
||||
},
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user