#!/usr/bin/env node /** * The supervisor as its own process, which is how `ensureSupervisor` starts it. * * Separate from `cli.ts` because that one is a foreground proxy a person runs and watches; this is * a detached background service with no output. It exits quietly when another supervisor already * owns the control port, so a race between two clients starting at once settles itself. */ export {}; //# sourceMappingURL=supervisor-cli.d.ts.map