3 lines
159 B
TypeScript
3 lines
159 B
TypeScript
/** Maximum file size (bytes) that is automatically saved or pushed for inline previews. */
|
|
export const MAX_AUTO_SAVE_SIZE_BYTES = 10 * 1024 * 1024; // 10 MB
|