mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 13:58:50 +08:00
feat: support disable legacy cloud (#2006)
This commit is contained in:
Vendored
+1
@@ -13,6 +13,7 @@ export const publicRuntimeConfigSchema = z.object({
|
||||
editorVersion: z.string(),
|
||||
enableBroadCastChannelProvider: z.boolean(),
|
||||
enableDebugPage: z.boolean(),
|
||||
enableLegacyCloud: z.boolean(),
|
||||
});
|
||||
|
||||
export type PublicRuntimeConfig = z.infer<typeof publicRuntimeConfigSchema>;
|
||||
|
||||
Reference in New Issue
Block a user