mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 15:26:59 +08:00
feat: support subpage (#1663)
This commit is contained in:
1
packages/env/src/index.ts
vendored
1
packages/env/src/index.ts
vendored
@@ -112,6 +112,7 @@ export const publicRuntimeConfigSchema = z.object({
|
||||
prefetchWorkspace: z.boolean(),
|
||||
// expose internal api to globalThis, **development only**
|
||||
exposeInternal: z.boolean(),
|
||||
enableSubpage: z.boolean(),
|
||||
});
|
||||
|
||||
export type PublicRuntimeConfig = z.infer<typeof publicRuntimeConfigSchema>;
|
||||
|
||||
Reference in New Issue
Block a user