Update run.py
This commit is contained in:
parent
20aeb2ef19
commit
10bee32f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ def _resolve_external_ip() -> str:
|
|||
def run_server(
|
||||
host: str = "0.0.0.0",
|
||||
port: int = 8000,
|
||||
frontend_path: Path(__file__).resolve().parent.parent / "frontend" / "dist",
|
||||
frontend_path: Path = Path(__file__).resolve().parent.parent / "frontend" / "dist",
|
||||
silent: bool = False,
|
||||
):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue