1 2 3 4 5 6 7
export function bunExe() { if (Bun.version.includes("debug")) { return "bun-debug"; } return "bun"; }