merge: resolve conflicts with origin/master (routes, Caddy ports, scripts)

This commit is contained in:
-Puter
2026-07-27 15:01:38 +05:30
25 changed files with 2532 additions and 46 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,