Closed edg2s closed 3 years ago
"Passing raw CLI options to new Server(config, done) is deprecated. Use parseConfig(configFilePath, cliOptions, {promiseConfig: true, throwErrors: true}) to prepare a processed Config instance and pass that as the config argument instead."
new Server(config, done)
parseConfig(configFilePath, cliOptions, {promiseConfig: true, throwErrors: true})
Config
config
:tada: This issue has been resolved in version 4.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
"Passing raw CLI options to
new Server(config, done)
is deprecated. UseparseConfig(configFilePath, cliOptions, {promiseConfig: true, throwErrors: true})
to prepare a processedConfig
instance and pass that as theconfig
argument instead."