initial commit

This commit is contained in:
ray
2026-07-12 10:01:39 -04:00
commit fc8290d668
185 changed files with 38831 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# PocketBase server URL
VITE_PB_URL=http://localhost:8090
# Application name (used in UI and document titles)
VITE_APP_NAME=ShopProQuote
# GlitchTip DSN for error tracking (set in production for step 3.1)
VITE_GLITCHTIP_DSN=
# Toggle AI assistant features on/off
VITE_AI_ENABLED=true
# Runtime environment: development / production
VITE_ENV=development
# ─── IMPORTANT ──────────────────────────────────────────────
# Server-side secrets (DEEPSEEK_API_KEY, PB_SMTP_*, etc.)
# MUST NEVER be prefixed with VITE_ — Vite ships every VITE_*
# variable into the client bundle where it is visible to users.