@@ -0,0 +1,8 @@
#!/bin/bash
echo "[JS] Starting esbuild watcher..."
esbuild ./frontend/js/main.js \
--bundle \
--outdir=./web/static/js \
--splitting \
--format=esm \
--watch=forever
The note is not visible to the blocked user.