chore: fix merge config (#311)

This commit is contained in:
Pavel Feldman 2025-04-30 08:41:19 -07:00 committed by GitHub
parent fd22def4c5
commit 6d6b1a384b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 73 additions and 14 deletions

View file

@ -41,6 +41,7 @@ program
.option('--config <path>', 'Path to the configuration file.')
.action(async options => {
const config = await resolveConfig(options);
console.error(config);
const serverList = new ServerList(() => createServer(config));
setupExitWatchdog(serverList);