chore: fix merge config (#311)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user