mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
fix(acpx): lazy-load startup backend
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
"types": "./dist/src/plugin-sdk/acp-runtime.d.ts",
|
||||
"default": "./src/acp-runtime.ts"
|
||||
},
|
||||
"./acp-runtime-backend": {
|
||||
"types": "./dist/src/plugin-sdk/acp-runtime-backend.d.ts",
|
||||
"default": "./src/acp-runtime-backend.ts"
|
||||
},
|
||||
"./async-lock-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/async-lock-runtime.d.ts",
|
||||
"default": "./src/async-lock-runtime.ts"
|
||||
|
||||
Reference in New Issue
Block a user