import { run } from "./src/relay.js"; run().catch((err) => { console.error(err); process.exit(1); });