Skip to content

Commit

Permalink
fix: start and keep alive script
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Dec 4, 2023
1 parent 5120b79 commit d6388a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/alpha-liquidator/scripts/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
while true; do
yarn start
sleep 1 # Sleep for 1 second before restarting, adjust as needed
done

0 comments on commit d6388a2

Please sign in to comment.