ss
This commit is contained in:
@@ -555,6 +555,9 @@ def main() -> None:
|
||||
else:
|
||||
host = args.host or os.environ.get("HOST") or "0.0.0.0"
|
||||
|
||||
os.environ["HOST"] = host
|
||||
os.environ["PORT"] = port
|
||||
|
||||
need_npm = bool(args.dev or args.build_only or (not args.skip_build and not args.api_only and _console_needs_rebuild()))
|
||||
if not args.no_env_check:
|
||||
env_check.print_env_report(
|
||||
|
||||
Reference in New Issue
Block a user