feat(zopu): chat server, standalone chat route, and CORS

This commit is contained in:
-Puter
2026-07-25 16:12:04 +05:30
parent 19f771ea71
commit d4745591a9
25 changed files with 2520 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ export const env = createEnv({
VITE_CONVEX_SITE_URL: convexUrlSchema("example.convex.site"),
VITE_CONVEX_URL: convexUrlSchema("example.convex.cloud"),
VITE_FLUE_URL: z.url(),
VITE_ZOPU_SERVER_URL: z.url(),
},
clientPrefix: "VITE_",
emptyStringAsUndefined: true,