Reformats Endpoints Configuration and Start Script

This commit is contained in:
2024-05-21 20:36:16 -03:00
parent 000cb08e37
commit c59dc14810
10 changed files with 92 additions and 117 deletions

View File

@@ -33,6 +33,8 @@ pre-commit = "^3.7.1"
[tool.poe.tasks]
'run' = "python -m storage_service"
'run:queue' = "python -m storage_service --queue"
'run:dev' = "python -m storage_service --dev"
'create-hooks' = "bash .githooks/set-hooks.sh"
'test' = "coverage run -m unittest -v"