mirror of
https://github.com/openclaw/openclaw.git
synced 2026-09-13 10:36:25 +00:00
* docs: generate docs map at publish time * fix: canonicalize Docker pack entry path * fix: preserve package lifecycle ownership
2 lines
142 B
TypeScript
2 lines
142 B
TypeScript
export function restorePackageDocsMap(cwd?: string): Promise<boolean>;
|
|
export function preparePackageDocsMap(cwd?: string): Promise<boolean>;
|