Skip to content

Commit

Permalink
fix: Use local notification provider for feed channel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sradevski committed Aug 8, 2024
1 parent eb59041 commit 0377a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/utils/src/common/define-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ export function defineConfig(config: Partial<ConfigModule> = {}): ConfigModule {
{
resolve: "@medusajs/notification-local",
id: "local",
options: {
name: "Local Notification Provider",
channels: ["feed"],
},
},
],
},
Expand Down

0 comments on commit 0377a53

Please sign in to comment.