mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:40:44 +00:00
refactor(matrix): keep runtime wrapper native-only
This commit is contained in:
@@ -61,8 +61,9 @@ Local plugins are treated as developer-controlled directories. OpenClaw does not
|
||||
run `npm install`, `pnpm install`, or dependency repair for them. If a local
|
||||
plugin has dependencies, install them in that plugin before loading it.
|
||||
|
||||
TypeScript local plugins can use the emergency Jiti path. Packaged JavaScript
|
||||
plugins load through native import/require instead of Jiti.
|
||||
Third-party TypeScript local plugins can use the emergency Jiti path. Packaged
|
||||
JavaScript plugins and bundled internal plugins load through native
|
||||
import/require instead of Jiti.
|
||||
|
||||
## Startup and reload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user