about summary refs log tree commit diff stats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config.ts b/src/config.ts
deleted file mode 100644
index a96b9c5..0000000
--- a/src/config.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import path from "node:path";
-import fs from "node:fs";
-import toml from "toml";
-
-export default toml.parse(fs.readFileSync("config.toml", "utf-8"));