summaryrefslogtreecommitdiff
path: root/packages/server/src
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-05-06 15:48:26 +0000
committerGitHub <[email protected]>2025-05-06 08:48:26 -0700
commitc5182d5ca4a108eb4f84038a0c998017cacdbae4 (patch)
tree856753bec81df435369165d7f7d4aba4092b6701 /packages/server/src
parent6812235cfa918a4a8ae92c92525873cbacaf676b (diff)
fix: use flat config for react eslint plugin (#265)
Diffstat (limited to 'packages/server/src')
-rw-r--r--packages/server/src/core/prompts.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/server/src/core/prompts.ts b/packages/server/src/core/prompts.ts
index aae11330..3406f146 100644
--- a/packages/server/src/core/prompts.ts
+++ b/packages/server/src/core/prompts.ts
@@ -11,7 +11,6 @@ import { GrepTool } from '../tools/grep.js';
import { ReadFileTool } from '../tools/read-file.js';
import { ReadManyFilesTool } from '../tools/read-many-files.js';
import { ShellTool } from '../tools/shell.js';
-import { WebFetchTool } from '../tools/web-fetch.js';
import { WriteFileTool } from '../tools/write-file.js';
const contactEmail = '[email protected]';