UNPKG

@ima/cli

Version:

IMA.js CLI tool to build, develop and work with IMA.js applications.

6 lines (5 loc) 285 B
import { CommandBuilder } from 'yargs'; export declare const command = "start"; export declare const describe = "Start the application in production mode"; export declare const handler: (yargs: import("yargs").Arguments) => Promise<void>; export declare const builder: CommandBuilder;