fix last session
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user