mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-01 13:27:20 +02:00
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
// See .env.test.example for an example of the '.env.test' file.
|
|||
require('dotenv').config({ path: './e2e/.env.test' });
|