mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-05 08:14:32 +08:00
Fix panel crash by removing redundant dotenv.config() call
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
@@ -2,10 +2,6 @@ import dotenv from 'dotenv';
|
||||
import path from 'path';
|
||||
import { createRandomString } from './share';
|
||||
|
||||
dotenv.config({
|
||||
path: path.join(__dirname, '../../.env'),
|
||||
});
|
||||
|
||||
interface Config {
|
||||
port: number;
|
||||
grpcPort: number;
|
||||
|
||||
Generated
+12814
-9694
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user