UNPKG

@gati-framework/cli

Version:

CLI tool for Gati framework - create, develop, build and deploy cloud-native applications

7 lines 220 B
/** * @module cli/commands/build * @description Build command for production bundling (Issue #11) */ import { Command } from 'commander'; export declare const buildCommand: Command; //# sourceMappingURL=build.d.ts.map