Skip to content

Commit 70ad94b

Browse files
Built site for gh-pages
1 parent 1320f47 commit 70ad94b

File tree

6 files changed

+40
-1322
lines changed

6 files changed

+40
-1322
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bab9c6a9
1+
807f895d

docs/static/documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker compose up -d
129129
Make sure the development database is running and tables and default permissions/roles are created first.
130130

131131
``` bash
132-
uv run uvicorn main:app --host 0.0.0.0 --port 8000 --reload
132+
uv run python -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload
133133
```
134134

135135
Navigate to http://localhost:8000/

0 commit comments

Comments
 (0)