mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
ea2c6a63c9
* 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;
|