#!/usr/bin/env node /** * cumulus-gateway CLI — starts the HTTP/SSE gateway server. * * Usage: * cumulus-gateway # start with defaults from gateway.config.json * cumulus-gateway --port 9090 # override port */ export {}; //# sourceMappingURL=cli.d.ts.map