mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
🐛 fix: Load dotenv
at Top of Call Stack (#1512)
This commit is contained in:
parent
bebfffb2d9
commit
9144680ffb
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require('dotenv').config();
|
||||
const path = require('path');
|
||||
require('module-alias')({ base: path.resolve(__dirname, '..') });
|
||||
const cors = require('cors');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue