Compare commits

...

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 9aab8661c8 Complete fix for panel crash issue
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-07 16:19:43 +00:00
copilot-swe-agent[bot] 2500d969c1 Fix panel crash by removing redundant dotenv.config() call
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-07 16:17:03 +00:00
copilot-swe-agent[bot] 3c3c376faf Initial plan 2025-11-07 16:09:04 +00:00
-4
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;