#!/usr/bin/env bash yarn --dev clear while true; do yarn db:push yarn seed yarn db:studio & yarn dev echo "restarting..." sleep 1 done