1 2 3 4 5 6
#!/usr/bin/env bash set -euo pipefail cd ts tsc --noEmit esbuild --bundle src/main.ts > ../../backend/public/main.js