const env = import.meta.env; export const BACKEND_URL = (env.BACKEND_URL as string) || 'http://localhost:3000';