Prepare production and Coolify deployment with original exports and datetime pickers
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user