all repos — website @ 5a93586492b37d877dce328877063fe773bb8d11

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