diff --git a/Makefile b/Makefile index 735026b..5048388 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ typecheck: mypy --ignore-missing-imports pantalaimon run-local: - python -m pantalaimon.main start https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug + python -m pantalaimon.main https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug