mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-18 20:01:01 +00:00
fix env vars for vite
This commit is contained in:
parent
842ddb7df7
commit
8542e07259
24 changed files with 35 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue