.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
VITE_THUNDERBOLT_CLOUD_URL
Thunderbolt Cloud URL (optional, defaults to http://localhost:8000)
VITE_AUTH_ENABLE_ANONYMOUS
Enable anonymous (unauthenticated) sessions — visitors silently receive a temporary session. Mutually exclusive with SSO mode. Backend…