Merge origin/master into zopu chat setup

This commit is contained in:
-Puter
2026-07-25 16:12:43 +05:30
17 changed files with 1239 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ export const env = createEnv({
server: {
CONVEX_SITE_URL: z.url(),
FLUE_DB_TOKEN: z.string().min(1),
GITEA_TOKEN: z.string().min(1).optional(),
GITEA_URL: z.url().default("https://git.openputer.com"),
NATIVE_APP_URL: z.string().min(1).default("code://"),
SITE_URL: z.url(),
},