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