mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 10:45:57 +08:00
feat: init @affine/copilot (#2511)
This commit is contained in:
@@ -30,10 +30,14 @@
|
||||
"@affine/utils": ["./packages/utils"],
|
||||
"@affine/workspace/*": ["./packages/workspace/src/*"],
|
||||
"@affine/graphql": ["./packages/graphql/src"],
|
||||
"@affine/copilot": ["./plugins/copilot/src"],
|
||||
"@affine/copilot/*": ["./plugins/copilot/src/*"],
|
||||
"@affine-test/kit/*": ["./tests/kit/*"],
|
||||
"@affine-test/fixtures/*": ["./tests/fixtures/*"],
|
||||
"@toeverything/y-indexeddb": ["./packages/y-indexeddb/src"],
|
||||
"@toeverything/hooks/*": ["./packages/hooks/src/*"],
|
||||
"@toeverything/plugin-infra": ["./packages/plugin-infra/src"],
|
||||
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
|
||||
"@affine/native": ["./packages/native/index.d.ts"],
|
||||
"@affine/native/*": ["./packages/native/*"]
|
||||
}
|
||||
@@ -75,6 +79,12 @@
|
||||
{
|
||||
"path": "./packages/y-indexeddb"
|
||||
},
|
||||
{
|
||||
"path": "./packages/plugin-infra"
|
||||
},
|
||||
{
|
||||
"path": "./plugins/copilot"
|
||||
},
|
||||
{
|
||||
"path": "./tests/fixtures"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user