export const isDev = import.meta.env.VERCEL_ENV === 'development'
export const apiBaseUrl = import.meta.env.API_URL