mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
refactor: webpack config (#11421)
This commit is contained in:
@@ -50,6 +50,10 @@ export function getBuildConfig(
|
||||
discordUrl: 'https://affine.pro/redirect/discord',
|
||||
imageProxyUrl: '/api/worker/image-proxy',
|
||||
linkPreviewUrl: '/api/worker/link-preview',
|
||||
CAPTCHA_SITE_KEY: process.env.CAPTCHA_SITE_KEY ?? '',
|
||||
SENTRY_DSN: process.env.SENTRY_DSN ?? '',
|
||||
MIXPANEL_TOKEN: process.env.MIXPANEL_TOKEN ?? '',
|
||||
DEBUG_JOTAI: process.env.DEBUG_JOTAI ?? '',
|
||||
};
|
||||
},
|
||||
get beta() {
|
||||
|
||||
Reference in New Issue
Block a user