UNPKG

@gati-framework/cli

Version:

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

7 lines 232 B
/** * @module cli/commands/playground * @description Start Gati application with playground enabled */ import { Command } from 'commander'; export declare const playgroundCommand: Command; //# sourceMappingURL=playground.d.ts.map