constants.ts 100 B

1234
  1. export const FILE_SIZE_LIMIT = 15 * 1024 * 1024
  2. export const FILE_URL_REGEX = /^(https?|ftp):\/\//