#!/bin/bash set -e npx esbuild src/frontend/app.ts \ --bundle \ --outfile=public/app.js \ --format=esm \ --target=es2022 \ --sourcemap \ --minify