#!/usr/bin/env bash while true; do yarn --dev yarn dev --force --clearScreen echo "restarting..." sleep 1 done