This commit is contained in:
Copilot 2025-11-07 16:19:45 +00:00 committed by GitHub
commit ec0ac6606c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;