#!/usr/bin/env bash
set -Eeuo pipefail
npx esbuild client/app.js --bundle --format=esm --target=es2022 --outfile=public/assets/app.js
