Skip to content

Commit a8b54e9

Browse files
committed
added export for VITE_BACKEND_WS_URL
1 parent d3eba54 commit a8b54e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voice_agent/app/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ npm install || { echo "Frontend npm installation failed."; exit 1; }
3737
# • This file can contain environment variables such as BACKEND_WS_URL that Vite will load.
3838
#
3939
# Example .env file:
40-
VITE_BACKEND_WS_URL="ws://localhost:8765"
40+
export VITE_BACKEND_WS_URL="ws://localhost:8765"
4141

4242
echo ""
4343
echo "Starting frontend dev server..."

0 commit comments

Comments
 (0)