import path from "node:path";
import fs from "node:fs";
import toml from "toml";

export default toml.parse(fs.readFileSync("config.toml", "utf-8"));