mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-22 21:28:08 +02:00
10 lines
510 B
Text
10 lines
510 B
Text
|
|
# Optional public waitlist capture endpoint used by /dashboard/waitlist.
|
||
|
|
# The page POSTs JSON with: name, email, plan, priority, notes, source, createdAt.
|
||
|
|
# Examples: Formspree, Tally webhook, Buttondown custom endpoint, Supabase Edge Function.
|
||
|
|
VITE_WAITLIST_ENDPOINT=
|
||
|
|
|
||
|
|
# Optional support bot endpoint used by /dashboard/waitlist.
|
||
|
|
# The page POSTs JSON with: question, plan, priority, source, and recent history.
|
||
|
|
# If unset, the page uses the built-in deterministic onboarding FAQ.
|
||
|
|
VITE_SUPPORT_BOT_ENDPOINT=
|