feat: add support email
This will help humans whether they have billing questions or otherwise.
This commit is contained in:
@@ -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]";
|
||||
|
||||
Reference in New Issue
Block a user