mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): avoid expand runtime config everywhere used (#7972)
This commit is contained in:
@@ -346,7 +346,9 @@ export const createConfiguration: (
|
||||
process.env.MIXPANEL_TOKEN
|
||||
),
|
||||
'process.env.DEBUG_JOTAI': JSON.stringify(process.env.DEBUG_JOTAI),
|
||||
runtimeConfig: JSON.stringify(runtimeConfig),
|
||||
'process.env.RUNTIME_CONFIG': JSON.stringify(
|
||||
JSON.stringify(runtimeConfig)
|
||||
),
|
||||
}),
|
||||
buildFlags.distribution === 'admin'
|
||||
? null
|
||||
|
||||
Reference in New Issue
Block a user