#!/usr/bin/env node /** * CLI entrypoint for npx/npm execution. * * Keep this file minimal so runtime behavior matches direct server startup. */ import './server/index.js'; //# sourceMappingURL=cli.d.ts.map