mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 09:13:18 +03:00
build: fix debug local with blocksutie (#1653)
This commit is contained in:
parent
80b04fe97f
commit
40e167aecc
@ -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'),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user