feat: add support email

This will help humans whether they have billing questions or otherwise.
This commit is contained in:
talksik
2026-04-16 09:15:31 -07:00
parent 61a6904cc2
commit 28b1ff542b
4 changed files with 85 additions and 1 deletions
+2
View File
@@ -3,3 +3,5 @@ export const MAX_ATTACHMENT_SIZE_BYTES = 25 * 1024 * 1024;
/** Maximum number of file attachments per particle. */
export const MAX_ATTACHMENTS = 10;
export const SUPPORT_EMAIL = "[email protected]";