mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2026-01-05 18:15:39 -05:00
Makefile: Fix the run-local target.
This commit is contained in:
parent
6b8758f2cb
commit
29a49ba120
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue