hype/CHANGELOG.md
Chris Wanstrath 7b9cade936 note
2026-01-27 16:40:39 -08:00

10 lines
295 B
Markdown

## 2026-01-27
- All cache clearing/file reloading is delegated to `bun --hot` and `bun --watch` now.
## 2026-01-15
- All frontend code now lives in `src/client/`
- All backend code now lives in `src/server/`
- ^^ This is a change from `src/js/` being for frontend and just `src/` for backend