export const load = async () => { const url = Bun.env.NODE_ENV === 'production' ? 'https://bybit.tzgyn.com' : 'http://localhost:3000' return { url } }