fix path in run_server
This commit is contained in:
parent
f07b919385
commit
6b2a777f97
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def _resolve_external_ip() -> str:
|
|||
def run_server(
|
||||
host: str = "0.0.0.0",
|
||||
port: int = 8000,
|
||||
frontend_path: Path = "../frontend/dist",
|
||||
frontend_path: Path = "studio/frontend/dist",
|
||||
silent: bool = False,
|
||||
):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue