mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
refactor(plugins): declare static runtime assets in package metadata
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user