MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / run

Function run

e2e/setup/desktop-macos.globalsetup.ts:42–43  ·  view source on GitHub ↗
(cmd: string, args: string[])

Source from the content-addressed store, hash-verified

40const ensureBundle = (): void => {
41 if (existsSync(hostBundle().app)) return;
42 const run = (cmd: string, args: string[]) =>
43 execFileSync(cmd, args, { cwd: appDir, stdio: "inherit", env: { ...process.env } });
44 run("bun", ["./scripts/build-sidecar.ts"]);
45 run("bunx", ["--bun", "electron-vite", "build"]);
46 execFileSync(

Callers 1

ensureBundleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected