We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3eba54 commit a8b54e9Copy full SHA for a8b54e9
voice_agent/app/start.sh
@@ -37,7 +37,7 @@ npm install || { echo "Frontend npm installation failed."; exit 1; }
37
# • This file can contain environment variables such as BACKEND_WS_URL that Vite will load.
38
#
39
# Example .env file:
40
-VITE_BACKEND_WS_URL="ws://localhost:8765"
+export VITE_BACKEND_WS_URL="ws://localhost:8765"
41
42
echo ""
43
echo "Starting frontend dev server..."
0 commit comments