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