all repos — website @ 9141b1d854544e8e42d35b0a6119d3e48a2092d0

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