mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
export const MAX_STATIC_FILE_SIZE = 5 * 1024 * 1024; // 5MB
|