mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-19 02:51:47 +08:00
fix(core): implement editor timeout and report error from boundary (#5105)
This commit is contained in:
@@ -351,6 +351,10 @@ export const createConfiguration: (
|
||||
'process.env.CAPTCHA_SITE_KEY': JSON.stringify(
|
||||
process.env.CAPTCHA_SITE_KEY
|
||||
),
|
||||
'process.env.SENTRY_DSN': JSON.stringify(
|
||||
process.env.SENTRY_DSN ?? process.env.NEXT_PUBLIC_SENTRY_DSN
|
||||
),
|
||||
'process.env.BUILD_TYPE': JSON.stringify(process.env.BUILD_TYPE),
|
||||
runtimeConfig: JSON.stringify(runtimeConfig),
|
||||
}),
|
||||
new CopyPlugin({
|
||||
|
||||
Reference in New Issue
Block a user