managarten/services/mana-analytics
Till JS 4cca25ed03 chore(dev): switch all Bun services from --watch to --hot
Fans out the cards-server fix from 08f422340 to every other Bun
service in the monorepo. --hot keeps the port bound across HMR
reloads via globalThis[hmrSymbol]; --watch restarts the process
and races old/new Bun.serve for the port.

Touched: dev:auth, dev:credits, dev:events, dev:analytics,
dev:memoro:server, dev:memoro:audio-server, dev:uload:server in
the root package.json plus the matching `dev` script in each
service's own package.json. All six services already export the
`{ port, fetch }` default that Bun's --hot expects.

Smoke-tested: pnpm dev:cardecky:full boots clean, then touching
auth/credits/cards-server entry files all hot-reload without
dropping their port.

(memoro/apps/audio-server doesn't have a `dev: bun --watch ...`
script in its own package.json, so only the root entry got the
swap there.)
2026-05-08 14:24:24 +02:00
..
drizzle feat(community): Phase 3.B — loop closure (notifications + my-wishes page) 2026-04-27 14:55:01 +02:00
src fix(feedback): keine doppelte Anzeige von Title + Body 2026-04-28 17:37:51 +02:00
CLAUDE.md feat(feedback): rename community → feedback (module + routes + domain) 2026-04-28 16:18:45 +02:00
Dockerfile fix(mana-analytics): copy shared-logger into installer (transitive workspace dep) 2026-04-27 00:52:33 +02:00
drizzle.config.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
package.json chore(dev): switch all Bun services from --watch to --hot 2026-05-08 14:24:24 +02:00
tsconfig.json feat(services): create mana-analytics, remove feedback/analytics/ai from auth 2026-03-28 02:29:24 +01:00