mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 19:02:23 +08:00
feat: init new plugin system (#3323)
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
"dist"
|
||||
],
|
||||
"exports": {
|
||||
"./entry": {
|
||||
"type": "./dist/entry.d.ts",
|
||||
"import": "./dist/entry.js",
|
||||
"require": "./dist/entry.cjs"
|
||||
},
|
||||
"./manager": {
|
||||
"type": "./dist/manager.d.ts",
|
||||
"import": "./dist/manager.js",
|
||||
|
||||
Reference in New Issue
Block a user