#!/usr/bin/env bash set -ex npx nodemon \ --ext ts,tsx \ --ignore "dist" \ --ignore "android" \ --ignore "public" \ --exec "npm run build"