merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +00:00
Showing only changes of commit 826907643c - Show all commits

View File

@@ -17,4 +17,8 @@ uv sync
``` ```
## Running ## Running
<!-- TODO: run instructions --> To run the project (development server), execute the following command (while inside the root repository):
```bash
uv run fastapi dev src/control_backend/main.py
```