#!/usr/bin/env node /** * Standalone server for testing without Clawdbot * * Usage: * npm run start * # or * node dist/server/standalone.js [port] */ export {}; //# sourceMappingURL=standalone.d.ts.map