all repos — homestead @ 3cd1d0016d90c7390d26f3066e2541852c5b94c0

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