Fix panel crash by removing redundant dotenv.config() call

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-07 16:17:03 +00:00
parent 3c3c376faf
commit 2500d969c1
2 changed files with 13112 additions and 9996 deletions

View File

@ -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;

File diff suppressed because it is too large Load Diff