mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
[CLI] Support http config (#3505)
Right now requires that the file be in one of the local packages/dependencies.
This commit is contained in:
@@ -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"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user