import type { Config } from "../types/garage"; import { readTomlFile } from "./utils"; export const config = readTomlFile(process.env.CONFIG_PATH);