chore: add support email

This commit is contained in:
Vasily Zubarev
2025-04-24 17:02:14 +02:00
parent abd5ad8403
commit fd142762af
8 changed files with 43 additions and 17 deletions

View File

@@ -25,6 +25,7 @@ const config = {
description: "Your personal AI helper for taxes",
version: process.env.npm_package_version || "0.0.1",
baseURL: env.BASE_URL || `http://localhost:${env.PORT || "7331"}`,
supportEmail: "me@vas3k.com",
},
upload: {
acceptedMimeTypes: "image/*,.pdf,.doc,.docx,.xls,.xlsx",