UNPKG

@bomb.sh/tools

Version:

The internal dev, build, and lint CLI for Bombshell projects

7 lines (6 loc) 203 B
import { CommandContext } from "../context.mjs"; //#region src/commands/dev.d.ts declare function dev(ctx: CommandContext): Promise<void>; //#endregion export { dev }; //# sourceMappingURL=dev.d.mts.map