mirror of
https://github.com/przeprogramowani/10x-cli.git
synced 2026-09-19 03:30:01 +08:00
a704a86311
Co-authored-by: Claude <noreply@anthropic.com>
5 lines
251 B
TypeScript
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")]);
|