fix: Paths in langgraph config file

This commit is contained in:
bracesproul
2025-03-10 11:10:33 -07:00
parent fbced1ee44
commit b82e7351d6
+2 -2
View File
@@ -1,10 +1,10 @@
{
"node_version": "20",
"graphs": {
"agent": "./agent/agent.ts:graph"
"agent": "./src/agent/agent.ts:graph"
},
"ui": {
"agent": "./agent-uis/index.tsx"
"agent": "./src/agent-uis/index.tsx"
},
"env": ".env",
"dependencies": ["."]