mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 06:33:58 +00:00
7 lines
261 B
TypeScript
7 lines
261 B
TypeScript
// Runtime facades with no activation-owned plugin manifest. Every entry must
|
|
// ship a matching dist/extensions/<id>/runtime-api.js sidecar.
|
|
export const ALWAYS_ALLOWED_RUNTIME_DIR_NAMES = [
|
|
"image-generation-core",
|
|
"media-understanding-core",
|
|
] as const;
|