import {} from 'dotenv/config' import Bridge from './lib/bridge' const bridge = new Bridge import server from './lib/server' server.init(bridge)