export const BASE_HOST = Bun.env.BASE_DOMAIN || "wisp.place"; export const MAX_SITE_SIZE = 300 * 1024 * 1024; //300MB export const MAX_FILE_SIZE = 100 * 1024 * 1024; //100MB export const MAX_FILE_COUNT = 2000;