Files
mnote/wolai-frontend/src/lib/convex/enabled.ts
T

5 lines
101 B
TypeScript
Raw Normal View History

2026-01-17 10:12:53 +08:00
export function isConvexEnabled(): boolean {
2026-01-18 05:13:53 +08:00
return process.env.NEXT_PUBLIC_USE_CONVEX === "1";
2026-01-17 10:12:53 +08:00
}