Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
at main 210 B view raw
1export const BASE_HOST = Bun.env.BASE_DOMAIN || "wisp.place"; 2export const MAX_SITE_SIZE = 300 * 1024 * 1024; //300MB 3export const MAX_FILE_SIZE = 100 * 1024 * 1024; //100MB 4export const MAX_FILE_COUNT = 2000;