mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
import { runTsxCliShim } from "./lib/tsx-cli-shim.mjs";
|
|
|
|
await runTsxCliShim(import.meta.url, {
|
|
implementation: "./check-duplicates.mts",
|
|
failureTool: "dup:check",
|
|
});
|