move schema to separate uv project

This commit is contained in:
Thomas Peetz
2025-04-22 00:51:41 +02:00
parent 6716103d0c
commit 8a3eebaab5
64 changed files with 745 additions and 1059 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ docker: clean
docker build --target=production -t kontor-api -t kontor-api:0.1.0-SNAPSHOT .
dev:
uv run fastapi dev src/main.py --port 8008
DB_HOST=localhost uv run fastapi dev src/main.py --port 8008