first commit

This commit is contained in:
2025-09-11 14:15:26 +08:00
commit 4a5d1dbdf2
29 changed files with 2879 additions and 0 deletions

7
env.config.js Normal file
View File

@@ -0,0 +1,7 @@
export const config = {
KNOWLEDGE_BASE_WEBHOOK_URL: (import.meta.env?.VITE_KNOWLEDGE_BASE_WEBHOOK_URL) || 'http://localhost:5678/webhook/8c4a81b4-176f-4c24-a79d-f406fde0686f',
MEETING_MINUTES_WEBHOOK_URL: (import.meta.env?.VITE_MEETING_MINUTES_WEBHOOK_URL) || 'http://localhost:5678/webhook/21f77217-2824-4f23-88a6-866197f01504',
INVOICE_EXTRACTOR_WEBHOOK_URL: (import.meta.env?.VITE_INVOICE_EXTRACTOR_WEBHOOK_URL) || 'http://localhost:5678/webhook/4a113d40-fd68-47e3-8b8a-313769be940e',
COMPETITOR_RESEARCH_WEBHOOK_URL: (import.meta.env?.VITE_COMPETITOR_RESEARCH_WEBHOOK_URL) || 'http://localhost:5678/webhook/e6d35c87-cc34-4b44-969b-e584b161749f',
EMAIL_AUTOMATION_WEBHOOK_URL: (import.meta.env?.VITE_EMAIL_AUTOMATION_WEBHOOK_URL) || 'http://localhost:5678/webhook-test/a3e9e03e-fb4c-40dc-8528-da6e85c1b0d8'
}