feat: Implement Novu notification system

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 12:26:12 +00:00
parent cae084964e
commit e2f0df22cc
13 changed files with 1407 additions and 253 deletions

View File

@@ -9,4 +9,13 @@ VITE_SUPABASE_URL=https://your-project-id.supabase.co
# - Visible test key (always passes): 1x00000000000000000000AA
# - Invisible test key (always passes): 2x00000000000000000000AB
# - Visible test key (always fails): 3x00000000000000000000FF
VITE_TURNSTILE_SITE_KEY=your-turnstile-site-key
VITE_TURNSTILE_SITE_KEY=your-turnstile-site-key
# Novu Configuration
# For Novu Cloud, use these defaults:
# - Socket URL: wss://ws.novu.co
# - API URL: https://api.novu.co
# For self-hosted Novu, replace with your instance URLs
VITE_NOVU_APPLICATION_IDENTIFIER=your-novu-app-identifier
VITE_NOVU_SOCKET_URL=wss://ws.novu.co
VITE_NOVU_API_URL=https://api.novu.co