update repository references and improve script handling

This commit is contained in:
2025-03-19 23:45:56 +01:00
parent 3392e9d80f
commit ecce3bf159
11 changed files with 150 additions and 181 deletions

View File

@@ -28,3 +28,6 @@ run:
@echo "Running server..."
uvicorn app.main:app --host localhost --port 8000
@echo "Server running at http://localhost:8000"