mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
feat: improve provider testing (#1280)
This commit is contained in:
@@ -7,5 +7,6 @@ const config = {
|
||||
),
|
||||
prefetchWorkspace: Boolean(process.env.PREFETCH_WORKSPACE ?? '1'),
|
||||
exposeInternal: Boolean(process.env.EXPOSE_INTERNAL ?? '1'),
|
||||
enableDebugPage: Boolean(process.env.ENABLE_DEBUG_PAGE ?? false),
|
||||
};
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user