build: fix debug local with blocksutie (#1653)

This commit is contained in:
Himself65 2023-03-22 00:17:57 -05:00 committed by GitHub
parent 80b04fe97f
commit 40e167aecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,13 @@ const withDebugLocal = debugLocal(
'src',
'std'
),
'@blocksuite/blocks/content-parser': path.resolve(
baseDir,
'packages',
'blocks',
'src',
'content-parser'
),
'@blocksuite/blocks': path.resolve(baseDir, 'packages', 'blocks'),
'@blocksuite/store': path.resolve(baseDir, 'packages', 'store'),
},