mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(core): event flow handle (#14256)
This commit is contained in:
@@ -54,6 +54,7 @@ export function getBuildConfig(
|
||||
CAPTCHA_SITE_KEY: process.env.CAPTCHA_SITE_KEY ?? '',
|
||||
SENTRY_DSN: process.env.SENTRY_DSN ?? '',
|
||||
MIXPANEL_TOKEN: process.env.MIXPANEL_TOKEN ?? '',
|
||||
GA4_MEASUREMENT_ID: process.env.GA4_MEASUREMENT_ID ?? '',
|
||||
};
|
||||
},
|
||||
get beta() {
|
||||
|
||||
Reference in New Issue
Block a user