UNPKG

grind-http

Version:
8 lines (6 loc) 173 B
import './Commands/ServeCommand' import './Commands/WatchCommand' export function CommandsProvider(app) { app.cli.register(ServeCommand) app.cli.register(WatchCommand) }