mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-04-28 14:59:31 +07:00
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import type { Config } from "../types/garage";
|
|
import { readTomlFile } from "./utils";
|
|
|
|
export const config = readTomlFile<Config>(process.env.CONFIG_PATH);
|