mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:20:43 +00:00
fix(plugins): require declared runtime setup entries
This commit is contained in:
@@ -130,7 +130,9 @@ peer such as `src/index.ts` to `dist/index.js`.
|
||||
Use `openclaw.runtimeExtensions` when published runtime files do not live at the
|
||||
same paths as the source entries. When present, `runtimeExtensions` must contain
|
||||
exactly one entry for every `extensions` entry. Mismatched lists fail install and
|
||||
plugin discovery rather than silently falling back to source paths.
|
||||
plugin discovery rather than silently falling back to source paths. If you also
|
||||
publish `openclaw.setupEntry`, use `openclaw.runtimeSetupEntry` for its built
|
||||
JavaScript peer; that file is required when declared.
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user