This commit is contained in:
eric
2026-05-19 06:47:07 +00:00
parent e1d7251545
commit 78e1308063
63 changed files with 2527 additions and 186 deletions

View File

@@ -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(