update script

This commit is contained in:
Wenjie Zhang 2024-07-16 18:14:49 +08:00
parent d0614400ce
commit 4119648532

2
run.sh
View File

@ -17,7 +17,7 @@ npm run server &
# Start the backend service
cd ../src
flask --app=api run &
python api.py
# Wait for all background jobs to finish
wait