Files
2026-09-14 13:24:36 +02:00

5 lines
251 B
TypeScript

import { resolve } from "node:path";
import { helperInstallContract } from "./helpers/helper-install-contract";
helperInstallContract("bundled helper install (real CLI source)", () => [process.execPath, resolve(import.meta.dir, "../src/index.ts")]);