Skip to content

Commit

Permalink
fix: on slower computers python might take longer to start
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Oct 16, 2024
1 parent 497e2ce commit 3879266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fi
cd backend
LOG_LEVEL=info pipenv run server &
pid1=$!
sleep 1 #sometimes may be required, otherwise UI can start before backend

cd ../ui
npm run dev &
Expand Down

0 comments on commit 3879266

Please sign in to comment.