mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: add build flag for change log (#1792)
This commit is contained in:
1
packages/env/src/index.ts
vendored
1
packages/env/src/index.ts
vendored
@@ -111,6 +111,7 @@ export const publicRuntimeConfigSchema = z.object({
|
||||
// expose internal api to globalThis, **development only**
|
||||
exposeInternal: z.boolean(),
|
||||
enableSubpage: z.boolean(),
|
||||
enableChangeLog: z.boolean(),
|
||||
});
|
||||
|
||||
export type PublicRuntimeConfig = z.infer<typeof publicRuntimeConfigSchema>;
|
||||
|
||||
Reference in New Issue
Block a user