config.ts 77 B

12345
  1. import { config } from 'dotenv'
  2. export function initConfig() {
  3. config()
  4. }