Skip to content

Commit

Permalink
feat(create): Add DefaultJobQueuePlugin to default config template
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 6, 2020
1 parent 4ea139f commit 38b375f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create/templates/vendure-config.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{#if isTs }}import{{ else }}const{{/if}} {
examplePaymentHandler,
DefaultJobQueuePlugin,
DefaultSearchPlugin,{{#if isTs}}
VendureConfig,{{/if}}
} {{#if isTs}}from '@vendure/core'; {{ else }}= require('@vendure/core');{{/if}}
Expand Down Expand Up @@ -62,6 +63,7 @@ const path = require('path');
assetUploadDir: path.join(__dirname, '../static/assets'),
port: 3001,
}),
DefaultJobQueuePlugin,
DefaultSearchPlugin,
EmailPlugin.init({
devMode: true,
Expand Down

0 comments on commit 38b375f

Please sign in to comment.