|
|
@@ -1,6 +1,7 @@
|
|
|
import {
|
|
|
dummyPaymentHandler,
|
|
|
DefaultJobQueuePlugin,
|
|
|
+ DefaultSchedulerPlugin,
|
|
|
DefaultSearchPlugin,
|
|
|
VendureConfig,
|
|
|
} from '@vendure/core';
|
|
|
@@ -82,6 +83,7 @@ export const config: VendureConfig = {
|
|
|
// to be set manually to match your production url.
|
|
|
assetUrlPrefix: IS_DEV ? undefined : 'https://www.my-shop.com/assets/',
|
|
|
}),
|
|
|
+ DefaultSchedulerPlugin.init(),
|
|
|
DefaultJobQueuePlugin.init({ useDatabaseForBuffer: true }),
|
|
|
DefaultSearchPlugin.init({ bufferUpdates: false, indexStockStatus: true }),
|
|
|
EmailPlugin.init({
|