+1
-1
AGENTS.md
+1
-1
AGENTS.md
···
33
34
## 💻 Development Commands
35
* **Backend:** `just backend run`
36
-
* **Frontend:** `just frontend dev`
37
* **Tests:** `just backend test` (run from repo root, not from backend/)
38
* **Linting:** `just backend lint` (Python) / `just frontend check` (Svelte)
39
* **Migrations:** `just backend migrate "message"` (create), `just backend migrate-up` (apply)
···
33
34
## 💻 Development Commands
35
* **Backend:** `just backend run`
36
+
* **Frontend:** `just frontend run`
37
* **Tests:** `just backend test` (run from repo root, not from backend/)
38
* **Linting:** `just backend lint` (Python) / `just frontend check` (Svelte)
39
* **Migrations:** `just backend migrate "message"` (create), `just backend migrate-up` (apply)
+1
-1
README.md
+1
-1
README.md
+2
backend/justfile
+2
backend/justfile
+1
-1
docs/README.md
+1
-1
docs/README.md
+1
-1
docs/deployment/environments.md
+1
-1
docs/deployment/environments.md
+7
-4
frontend/justfile
+7
-4
frontend/justfile