fix last session

This commit is contained in:
2026-01-21 14:26:30 -05:00
parent 3d5ae8efca
commit 051e3dfcb4
28 changed files with 699 additions and 1295 deletions
+1 -3
View File
@@ -31,7 +31,6 @@ server/
│ ├── adapters/ # CLI integrations
│ ├── api/ # HTTP & WebSocket
│ ├── session/ # Session lifecycle
│ ├── push/ # Push notifications
│ └── terminal/ # Terminal diff caching
├── dev/user.clj # REPL helpers
├── test/ # Unit tests
@@ -42,8 +41,7 @@ server/
## Mount States (start order)
1. `store` - SQLite database
2. `push` - Push notification store
3. `server` - Jetty HTTP server
2. `server` - Jetty HTTP server
## Namespaces