feat(core): adopt editor features for journal (#5638)
This commit is contained in:
@@ -14,6 +14,9 @@ export default defineConfig({
|
||||
alias: {
|
||||
// prevent tests using two different sources of yjs
|
||||
yjs: resolve(rootDir, 'node_modules/yjs'),
|
||||
'@affine/core': fileURLToPath(
|
||||
new URL('./packages/frontend/core/src', import.meta.url)
|
||||
),
|
||||
},
|
||||
},
|
||||
test: {
|
||||
|
||||
Reference in New Issue
Block a user