* chore: add file size limit as config in the config api * refactor: image upload modals --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
1 line
53 B
TypeScript
1 line
53 B
TypeScript
export const MAX_FILE_SIZE = 5 * 1024 * 1024; // 5MB
|