We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b55db4 commit 5748f2fCopy full SHA for 5748f2f
apps/web/src/components/runtime-config.tsx
@@ -1,9 +1,4 @@
1
export const RuntimeConfig = () => {
2
- // Cloud builds have NEXT_PUBLIC_CONVEX_URL baked in at build time — no runtime injection needed
3
- if (process.env.NEXT_PUBLIC_CLAWE_EDITION === "cloud") {
4
- return null;
5
- }
6
-
7
const config = {
8
convexUrl:
9
process.env.NEXT_PUBLIC_CONVEX_URL || process.env.CONVEX_URL || "",
0 commit comments