Update run.py

This commit is contained in:
Roland Tannous 2026-03-12 18:30:00 +04:00 committed by GitHub
commit 10bee32f3d

View file

@ -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,
):
"""