()
| 2 | import { startBridgeServer } from "./lib/server.js"; |
| 3 | |
| 4 | async function main() { |
| 5 | const config = loadBridgeConfig(); |
| 6 | startBridgeServer({ version: "0.2.0", config }); |
| 7 | } |
| 8 | |
| 9 | main().catch((err) => { |
| 10 | // eslint-disable-next-line no-console |
no test coverage detected