diff --git a/apps/web/src/components/runtime-config.tsx b/apps/web/src/components/runtime-config.tsx index 703773e..14622da 100644 --- a/apps/web/src/components/runtime-config.tsx +++ b/apps/web/src/components/runtime-config.tsx @@ -1,9 +1,4 @@ export const RuntimeConfig = () => { - // Cloud builds have NEXT_PUBLIC_CONVEX_URL baked in at build time — no runtime injection needed - if (process.env.NEXT_PUBLIC_CLAWE_EDITION === "cloud") { - return null; - } - const config = { convexUrl: process.env.NEXT_PUBLIC_CONVEX_URL || process.env.CONVEX_URL || "",