From 9d9989dc3018d432d76e7b485cba04411b7be813 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Thu, 6 Mar 2025 16:30:08 -0800 Subject: [PATCH] fix: Add dependencies to langgraph config file --- langgraph.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/langgraph.json b/langgraph.json index eec351e..3487605 100644 --- a/langgraph.json +++ b/langgraph.json @@ -6,5 +6,6 @@ "agent": "./agent/uis/index.tsx" }, "_INTERNAL_docker_tag": "20", - "env": ".env" + "env": ".env", + "dependencies": ["."] }