- Add plugins/fusion-plugin-hermes-runtime to pnpm-workspace package globs - Register the Hermes runtime importer in pnpm-lock.yaml - Capture workspace link to @fusion/plugin-sdk and dev toolchain dependencies for the new plugin
7 lines
186 B
YAML
7 lines
186 B
YAML
packages:
|
|
- "packages/*"
|
|
- "plugins/examples/*"
|
|
- "plugins/fusion-plugin-paperclip-runtime"
|
|
- "plugins/fusion-plugin-openclaw-runtime"
|
|
- "plugins/fusion-plugin-hermes-runtime"
|