mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-08 01:10:12 +02:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import * as dotenv from 'dotenv';
|
|
import * as path from 'path';
|
|
|
|
dotenv.config({ path: path.resolve(__dirname, '.env.test.local') });
|