feat(plugin-infra): support worker thread in server side (#3462)

This commit is contained in:
Alex Yang
2023-07-29 13:57:23 -07:00
committed by GitHub
parent 77dab70ff7
commit ac59e28fcd
13 changed files with 152 additions and 70 deletions

View File

@@ -8,7 +8,10 @@
"entry": {
"core": "./src/index.ts",
"server": "./src/server.ts"
}
},
"serverCommand": [
"com.blocksuite.bookmark-block.get-bookmark-data-by-link"
]
},
"dependencies": {
"@affine/component": "workspace:*",