import { t as Command } from "../index-DncR1eRv.js"; //#region src/commands/run.d.ts /** * Run the current kidd CLI project. * * Supports three engines: * - `node` (default) — builds first, then runs `node dist/index.js` * - `tsx` — runs the source entry file directly via `tsx` * - `binary` — builds and compiles, then executes the compiled binary * * All unknown flags are forwarded to the executed CLI. Supports * `--inspect`, `--inspect-brk`, `--inspect-wait`, and `--inspect-port` * for attaching a debugger (node and tsx engines only). */ declare const runCommand: Command; //#endregion export { runCommand as default }; //# sourceMappingURL=run.d.ts.map