export function getConvexUrl() { return process.env.NEXT_PUBLIC_CONVEX_URL ?? "" } export function hasConvexUrl() { return Boolean(getConvexUrl()) }