aboutsummaryrefslogtreecommitdiff
path: root/frontend/bin/compile-ts
blob: 0e1d62aa26c9cb27c555a9d4170bdfdd6267615c (plain)
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