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