mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01: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');
|
const path = require('path');
|
||||||
require('module-alias')({ base: path.resolve(__dirname, '..') });
|
require('module-alias')({ base: path.resolve(__dirname, '..') });
|
||||||
const cors = require('cors');
|
const cors = require('cors');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue