export const UPDATE_INTERVAL = Number(Bun.env["UPDATE_INTERVAL"]) || 1000 export const LISTEN_PORT = Number(Bun.env["LISTEN_PORT"]) || 7000