mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
chore(editor): add feature flag entry for testing turbo renderer (#10581)
The debug pane will be displayed once the `enable_turbo_renderer` feature flag is enabled. 
This commit is contained in:
@@ -238,6 +238,13 @@ export const AFFINE_FLAGS = {
|
||||
configurable: BUILD_CONFIG.isMobileEdition,
|
||||
defaultState: false,
|
||||
},
|
||||
enable_turbo_renderer: {
|
||||
category: 'affine',
|
||||
displayName: 'Enable Turbo Renderer',
|
||||
description: 'Enable experimental edgeless turbo renderer',
|
||||
configurable: isCanaryBuild,
|
||||
defaultState: false,
|
||||
},
|
||||
} satisfies { [key in string]: FlagInfo };
|
||||
|
||||
// oxlint-disable-next-line no-redeclare
|
||||
|
||||
Reference in New Issue
Block a user