Prepare production and Coolify deployment with original exports and datetime pickers

This commit is contained in:
2026-09-09 17:59:20 -04:00
parent 574f29a68e
commit 64d7acc9c0
38 changed files with 1296 additions and 8 deletions
+1
View File
@@ -51,6 +51,7 @@ export const allowedImageTypes = [
export const allowedImageTypeSchema = z.enum(allowedImageTypes);
export const MAX_PHOTO_BYTES = 25 * 1024 * 1024;
export const exportPhotosInputSchema = z.object({ eventId: z.string().uuid(), filter: z.enum(["approved", "all"]).default("approved") });
export const eventSlugSchema = z
.string()