10 lines
295 B
Markdown
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
|