#!/usr/bin/env node /** * Daemon Entry Point * * This is the process that gets forked by the CLI. * It generates a token, picks a random port, starts the HTTP server, * writes the state file, and waits for commands. */ export {}; //# sourceMappingURL=index.d.ts.map