This repository has been archived on 2025-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
mssgme-website/env-setup.ts
2025-07-02 13:37:16 +03:00

6 lines
103 B
TypeScript

import { config as dotenvDefaultsConfig } from 'dotenv-defaults';
dotenvDefaultsConfig();
export {};