feat: add local blocksuite debug support (#3591)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
fourdim
2023-08-08 01:44:31 +08:00
committed by GitHub
parent 952283fe16
commit ec05bd3f53
4 changed files with 95 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ export type BuildFlags = {
mode: 'development' | 'production';
channel: 'stable' | 'beta' | 'canary' | 'internal';
coverage?: boolean;
localBlockSuite?: string;
};
export const projectRoot = fileURLToPath(