fix: flash screen when creating new page (#1657)

This commit is contained in:
Himself65
2023-03-22 02:36:49 -05:00
committed by GitHub
parent 17e29f50ab
commit e8b7ff527c
3 changed files with 19 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ const dev = await p.group(
const env = {
NODE_API_SERVER: dev.server,
PATH: process.env.PATH,
NODE_ENV: 'development',
};
if (dev.debugBlockSuite) {