BootstrapWorker
Bootstraps a Vendure worker. Resolves to a VendureWorker object containing a reference to the underlying NestJs standalone application as well as convenience methods for starting the job queue and health check server.
Read more about the Vendure Worker.
Example
Parameters
userConfig
parameter
Partial<VendureConfig>options
parameter
BootstrapWorkerOptionsAdditional options that can be used to configure the bootstrap process of the Vendure worker.
nestApplicationContextOptions
property
NestApplicationContextOptionsThese options get passed directly to the NestFactory.createApplicationContext method.
ignoreCompatibilityErrorsForPlugins
property
Array<DynamicModule | Type<any>>v3.1.0Default:
[]See the ignoreCompatibilityErrorsForPlugins option in BootstrapOptions.
Was this chapter helpful?