refactor(plugins): declare static runtime assets in package metadata

This commit is contained in:
Vincent Koc
2026-05-02 23:29:22 -07:00
parent 188c3b74ba
commit c7bbb3f9af
7 changed files with 136 additions and 33 deletions

View File

@@ -33,7 +33,13 @@
"pluginApi": ">=2026.5.3"
},
"build": {
"openclawVersion": "2026.5.3"
"openclawVersion": "2026.5.3",
"staticAssets": [
{
"source": "./assets/viewer-runtime.js",
"output": "assets/viewer-runtime.js"
}
]
},
"release": {
"publishToClawHub": true,