[CLI] Support http config (#3505)

Right now requires that the file be in one of the local
packages/dependencies.
This commit is contained in:
William FH
2025-02-19 08:52:00 -08:00
committed by GitHub
parent 1393270664
commit 4875973ac5
8 changed files with 652 additions and 351 deletions
+1
View File
@@ -650,6 +650,7 @@ def dev(
store=config_json.get("store"),
wait_for_client=wait_for_client,
auth=config_json.get("auth"),
http=config_json.get("http"),
)