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