refactor(electron): server side plugin (#3360)

This commit is contained in:
Alex Yang
2023-07-25 14:32:34 -07:00
committed by GitHub
parent 521e505a01
commit 10f879f29a
28 changed files with 79 additions and 840 deletions
+4 -2
View File
@@ -4,13 +4,15 @@
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts"
"core": "./src/index.ts",
"server": "./src/server.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.27",
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.17"
"foxact": "^0.2.17",
"link-preview-js": "^3.0.4"
}
}