refactor: test directory structure (#1677)

This commit is contained in:
Himself65
2023-03-23 17:15:40 -05:00
committed by GitHub
parent 56acb2bdeb
commit 9eec8d0f1e
31 changed files with 149 additions and 130 deletions

View File

@@ -110,6 +110,7 @@ export const publicRuntimeConfigSchema = z.object({
enableIndexedDBProvider: z.boolean(),
enableBroadCastChannelProvider: z.boolean(),
prefetchWorkspace: z.boolean(),
enableDebugPage: z.boolean(),
// expose internal api to globalThis, **development only**
exposeInternal: z.boolean(),
enableSubpage: z.boolean(),