#!/usr/bin/env node /** * Quickback CLI * * A thin client that calls the remote compiler API. * All compilation logic lives on the server - this CLI just handles: * - File I/O (reading config, writing output) * - User interaction (prompts, spinners) * - Authentication (login, logout) */ export {}; //# sourceMappingURL=index.d.ts.map