mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 13:00:48 +00:00
* fix(acpx): resolve bundled plugin root correctly * fix(plugins): copy bundled plugin skill assets * fix(plugins): tolerate missing bundled skill paths
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
export function rewritePackageExtensions(entries: unknown): string[] | undefined;
|
|
|
|
export function copyBundledPluginMetadata(params?: { repoRoot?: string }): void;
|