Skip to content

Commit 54d1e89

Browse files
authored
Merge pull request #77 from microsoft/fix-start
Fix start.sh
2 parents d3eba54 + a8b54e9 commit 54d1e89

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)