import { t as Command } from "../index-DncR1eRv.js"; //#region src/commands/build.d.ts /** * Build a kidd CLI project for production. * * Loads the project's `kidd.config.ts`, invokes the bundler, and reports * the output entry file and directory on success. When `--compile` or * `--targets` is provided (or `compile` is set in config), also compiles * to standalone binaries via Bun. */ declare const buildCommand: Command; //#endregion export { buildCommand as default }; //# sourceMappingURL=build.d.ts.map