fix: deactivate replace_port
This commit is contained in:
parent
f2c1bc08c4
commit
fe1ce49203
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def serve(
|
|||
}
|
||||
|
||||
# Replace the port in index.html
|
||||
replace_port(static_files_dir, host, port)
|
||||
# replace_port(static_files_dir, host, port)
|
||||
|
||||
if platform.system() in ["Darwin", "Windows"]:
|
||||
# Run using uvicorn on MacOS and Windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue