chore: bun as primary JS runtime (Makefile, docs); e2e+coverage verified under bun

This commit is contained in:
Raphael Westphal
2026-08-18 14:57:24 +02:00
parent 0ecef2a9bd
commit ce23ae9ce4
4 changed files with 482 additions and 10 deletions
+3 -3
View File
@@ -8,8 +8,8 @@ to the REST API under `/api` and the `/ws` websocket described in
```
cd web
npm install
npm run dev
bun install
bun run dev
```
Dev server proxies `/api` and `/ws` to `http://localhost:8686`
@@ -18,7 +18,7 @@ Dev server proxies `/api` and `/ws` to `http://localhost:8686`
## Build
```
npm run build
bun run build
```
Type-checks with `tsc --noEmit`, bundles to `web/dist/` (the daemon serves