about summary refs log tree commit diff stats
path: root/src/config.ts
blob: a96b9c533f51a816c9e3eaf117c4dd9fe9211843 (plain)
1
2
3
4
5
import path from "node:path";
import fs from "node:fs";
import toml from "toml";

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