mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(core): canvas font loading in desktop (#6025)
This commit is contained in:
1
packages/common/env/src/global.ts
vendored
1
packages/common/env/src/global.ts
vendored
@@ -45,6 +45,7 @@ export const runtimeFlagsSchema = z.object({
|
||||
z.literal('internal'),
|
||||
z.literal('canary'),
|
||||
]),
|
||||
isSelfHosted: z.boolean().optional(),
|
||||
});
|
||||
|
||||
export type BlockSuiteFeatureFlags = z.infer<typeof blockSuiteFeatureFlags>;
|
||||
|
||||
Reference in New Issue
Block a user