mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
feat: init @toeverything/hooks package (#1788)
This commit is contained in:
+5
-1
@@ -28,7 +28,8 @@
|
||||
"@affine/utils": ["./packages/utils"],
|
||||
"@affine/workspace/*": ["./packages/workspace/src/*"],
|
||||
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
|
||||
"@toeverything/y-indexeddb": ["./packages/y-indexeddb/src"]
|
||||
"@toeverything/y-indexeddb": ["./packages/y-indexeddb/src"],
|
||||
"@toeverything/hooks/*": ["./packages/hooks/src/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
@@ -44,6 +45,9 @@
|
||||
{
|
||||
"path": "./packages/component"
|
||||
},
|
||||
{
|
||||
"path": "./packages/hooks"
|
||||
},
|
||||
{
|
||||
"path": "./packages/i18n"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user