mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
fix: remove global, store and std in affine packages (#9785)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
"./global/di": "./src/global/di.ts",
|
||||
"./global/types": "./src/global/types.ts",
|
||||
"./store": "./src/store/index.ts",
|
||||
"./store/test": "./src/store/test.ts",
|
||||
"./inline": "./src/inline/index.ts",
|
||||
"./inline/consts": "./src/inline/consts.ts",
|
||||
"./inline/types": "./src/inline/types.ts",
|
||||
|
||||
6
blocksuite/affine/all/src/store/test.ts
Normal file
6
blocksuite/affine/all/src/store/test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
createAutoIncrementIdGenerator,
|
||||
TestDoc,
|
||||
TestMeta,
|
||||
TestWorkspace,
|
||||
} from '@blocksuite/store/test';
|
||||
Reference in New Issue
Block a user