feat(core): adopt editor features for journal (#5638)

This commit is contained in:
Peng Xiao
2024-01-22 08:25:31 +00:00
parent f41b7d7e71
commit 0ed26f51af
18 changed files with 362 additions and 134 deletions

View File

@@ -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: {