all repos — website @ 59867fca4c1a377aea90eb89f86d3ad01083b7c4

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