mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
feat: support subpage (#1663)
This commit is contained in:
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -9,7 +9,7 @@
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.5.0-20230320164115-e612d17",
|
||||
"@blocksuite/global": "0.5.0-20230323032255-e75ed32",
|
||||
"lit": "^2.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
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