perpare to fix RequestFinishedEvent

This commit is contained in:
XOF
2025-11-21 13:20:47 +08:00
parent 375cfe814a
commit 1f7aa70810
16 changed files with 611 additions and 263 deletions

8
dev-js.sh Normal file
View File

@@ -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