mirror of
https://github.com/langchain-ai/langgraphjs-gen-ui-examples.git
synced 2026-07-01 12:31:37 -04:00
fix: Paths in langgraph config file
This commit is contained in:
+2
-2
@@ -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": ["."]
|
||||
|
||||
Reference in New Issue
Block a user