#!/usr/bin/env bash yarn build while true; do yarn start echo "restarting..." sleep 1 done