Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions apps/web/src/components/runtime-config.tsx
Original file line number Diff line number Diff line change
@@ -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 || "",
Expand Down