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.
Read more about the Vendure Worker.
Example
Parameters
Partial<VendureConfig>BootstrapWorkerOptionsAdditional options that can be used to configure the bootstrap process of the Vendure worker.
NestApplicationContextOptionsThese options get passed directly to the NestFactory.createApplicationContext method.
Array<DynamicModule | Type<any>>v3.1.0[]See the ignoreCompatibilityErrorsForPlugins option in BootstrapOptions.