diff --git a/src/config.ts b/src/config.ts index 6af25840f..d4cb4abc5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,5 +1,4 @@ import "dotenv/config"; -import { SearchEngine } from "./types.js"; const parseBoolean = (value) => { if (typeof value !== "string") return false;