fix env vars for vite

This commit is contained in:
Brian Beck 2026-03-13 23:59:01 -07:00
parent 842ddb7df7
commit 8542e07259
24 changed files with 35 additions and 32 deletions

View file

@ -23,10 +23,10 @@ T2_ACCOUNT_PASSWORD=
# MANIFEST_PATH=/app/public/manifest.json
# Relay URL for the browser client (default: ws://localhost:8765)
# NEXT_PUBLIC_RELAY_URL=ws://localhost:8765
# VITE_RELAY_URL=ws://localhost:8765
# Logging (comma-separated). Bare level sets global default; module:level
# pairs override specific modules. If only modules given, rest are silent.
# NEXT_PUBLIC_LOG=debug
# NEXT_PUBLIC_LOG=liveStreaming:debug,DebugSuspense:trace
# NEXT_PUBLIC_LOG=warn,liveStreaming:debug
# VITE_LOG=debug
# VITE_LOG=liveStreaming:debug,DebugSuspense:trace
# VITE_LOG=warn,liveStreaming:debug