mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-13 17:07:40 +00:00
* refactor(scripts): adopt shared scaffolding * fix(scripts): satisfy strict tooling checks * fix(scripts): preserve scaffolding contracts
3 lines
142 B
TypeScript
3 lines
142 B
TypeScript
/** Resolves the repository root by walking upward from the caller module. */
|
|
export function resolveRepoRoot(importMetaUrl: string): string;
|