Merge pull request #27 from langchain-ai/brace/add-deps-lgconfig

fix: Add dependencies to langgraph config file
This commit is contained in:
Brace Sproul
2025-03-06 16:30:26 -08:00
committed by GitHub

View File

@@ -6,5 +6,6 @@
"agent": "./agent/uis/index.tsx" "agent": "./agent/uis/index.tsx"
}, },
"_INTERNAL_docker_tag": "20", "_INTERNAL_docker_tag": "20",
"env": ".env" "env": ".env",
"dependencies": ["."]
} }