all repos — website @ 5b37033b1623ad5c3b8fd89b1ee85b04b1811609

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