mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 11:49:19 +00:00
chore: start adding test envoriment
This commit is contained in:
5
backend/src/bootstrap.ts
Normal file
5
backend/src/bootstrap.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import dotenv from "dotenv";
|
||||
|
||||
dotenv.config({
|
||||
path: process.env.NODE_ENV === "test" ? ".env.test" : ".env"
|
||||
});
|
||||
Reference in New Issue
Block a user