Files
openclaw/scripts/openclaw-postpack.d.mts
Peter Steinberger 385f1dee16 docs: generate docs map at publish time (#117398)
* docs: generate docs map at publish time

* fix: canonicalize Docker pack entry path

* fix: preserve package lifecycle ownership
2026-08-01 07:01:43 -07:00

3 lines
90 B
TypeScript

#!/usr/bin/env node
export function restorePrepackArtifacts(cwd?: string): Promise<void>;