mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-25 04:56:02 +08:00
refactor(editor): remove blocks package (#10708)
This commit is contained in:
@@ -6,12 +6,5 @@
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
||||
},
|
||||
"include": ["./e2e"],
|
||||
"references": [
|
||||
{ "path": "../framework/block-std" },
|
||||
{ "path": "../blocks" },
|
||||
{ "path": "../framework/global" },
|
||||
{ "path": "../framework/inline" },
|
||||
{ "path": "../integration-test" },
|
||||
{ "path": "../framework/store" }
|
||||
]
|
||||
"references": [{ "path": "../affine/all" }, { "path": "../integration-test" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user