mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
import "dotenv/config";
|
|
import { loadEnv } from "./lib/env.js";
|
|
|
|
export const env = loadEnv();
|