toes/src
Chris Wanstrath 195be426f1 Convert getAppMetrics to async and replace spawnSync with async Bun.spawn
spawnSync blocks the event loop while waiting for ps and du, which
stalls the SSE metrics stream and other requests. Running these
concurrently with async spawn (and Promise.all for du) keeps the
server responsive under load.
2026-03-16 16:32:17 -07:00
..
cli Add CLI build and install to deploy, handle SSH login shell commands 2026-03-16 16:14:31 -07:00
client Add share field to app type and show share button 2026-03-08 23:17:35 -07:00
lib Add template embedding and generation script 2026-03-02 21:35:13 -08:00
pages ssr => spa 2026-01-27 21:42:33 -08:00
server Convert getAppMetrics to async and replace spawnSync with async Bun.spawn 2026-03-16 16:32:17 -07:00
shared Add share field to app type and show share button 2026-03-08 23:17:35 -07:00
tools Replace EventSource with fetch-based SSE with reconnect 2026-03-08 23:03:00 -07:00
index.ts v0.0.4 2026-01-30 19:48:07 -08:00