mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-17 01:55:27 +10:00
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
|
|
import * as dotenv from "dotenv";
|
||
|
|
dotenv.config({ path: "env.jest" });
|