From cb27e5eb4ba7f5f52c44d8f1043424d6a0169478 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Fri, 7 Mar 2025 14:46:49 +0100 Subject: [PATCH] Use `ts` extension instead of `tsx` --- agent/{agent.tsx => agent.ts} | 0 langgraph.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename agent/{agent.tsx => agent.ts} (100%) diff --git a/agent/agent.tsx b/agent/agent.ts similarity index 100% rename from agent/agent.tsx rename to agent/agent.ts diff --git a/langgraph.json b/langgraph.json index fc849e5..0856fb4 100644 --- a/langgraph.json +++ b/langgraph.json @@ -1,7 +1,7 @@ { "node_version": "20", "graphs": { - "agent": "./agent/agent.tsx:graph" + "agent": "./agent/agent.ts:graph" }, "ui": { "agent": "./agent/uis/index.tsx"