Compare commits

...
-4
View File
@@ -2,10 +2,6 @@ import dotenv from 'dotenv';
import path from 'path'; import path from 'path';
import { createRandomString } from './share'; import { createRandomString } from './share';
dotenv.config({
path: path.join(__dirname, '../../.env'),
});
interface Config { interface Config {
port: number; port: number;
grpcPort: number; grpcPort: number;