© 2026 Hedgehog Software, LLC
@effect/platform/CommandExecutor
import * as exec from "node:child_process"; const subprocess = exec.spawn(command, args, { detached: true, stdio: "ignore", }); subprocess.unref();