mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
Makefile: Fix the run-local target.
This commit is contained in:
parent
6b8758f2cb
commit
29a49ba120
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user