UNPKG

@gati-framework/cli

Version:

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

7 lines 217 B
/** * @module cli/commands/dev * @description Dev command for local development server (Issue #10) */ import { Command } from 'commander'; export declare const devCommand: Command; //# sourceMappingURL=dev.d.ts.map