chore: fix merge config (#311)
This commit is contained in:
parent
fd22def4c5
commit
6d6b1a384b
4 changed files with 73 additions and 14 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue