Documents / @faasjs/node-utils / LoadPluginsOptions
Type Alias: LoadPluginsOptions
LoadPluginsOptions =
object
Options used by loadPlugins while resolving staged plugin config.
Properties
filename
filename:
string
API filename whose directory scopes nested config lookup and relative plugin paths.
logger?
optionallogger?:Logger
Optional logger used for debug output during config and plugin loading.
root
root:
string
Project root used to discover and merge faas.yaml.
staging
staging:
string
Staging name such as development or production.