feat(web): auto-install emsdk and set default caddy port

- Clone and install emsdk automatically if not present
- Configure caddy to listen on port 8547 by default
This commit is contained in:
2025-12-29 00:43:34 -06:00
parent fc349c45c5
commit d320f2b01b
2 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ samply:
web *args:
bun run pacman/web.build.ts {{args}}
bun run --cwd web build
caddy file-server --root web/dist/client
caddy file-server --root web/dist/client --listen :8547
# Fix linting errors & formatting
fix: