all repos — website @ 9fa5bde100dd2fbd88cf6ffad0c8e8ebbd72676f

My website

src/config.ts (view raw)

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"));