|
|
@ -17,7 +17,7 @@ let configurationPath = argv._[0]; |
|
|
|
let listenHost = argv.listenHost ?? "127.0.0.1"; |
|
|
|
let listenPort = argv.listenPort ?? 3131; |
|
|
|
|
|
|
|
let absoluteConfigurationPath = path.join(process.cwd(), configurationPath); |
|
|
|
let absoluteConfigurationPath = path.resolve(process.cwd(), configurationPath); |
|
|
|
let configuration = require(absoluteConfigurationPath); |
|
|
|
|
|
|
|
return Promise.try(() => { |
|
|
|