docs: fix package names in module registration (#9590)

* docs: fix package names in module registration

* update references
This commit is contained in:
Shahed Nasser
2024-10-16 09:05:07 +02:00
committed by GitHub
parent 813efeae51
commit 6efb5897dc
27 changed files with 60 additions and 71 deletions
@@ -46,12 +46,12 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "@medusajs/notification",
resolve: "@medusajs/medusa/notification",
options: {
providers: [
// ...
{
resolve: "@medusajs/notification-sendgrid",
resolve: "@medusajs/medusa/notification-sendgrid",
id: "sendgrid",
options: {
channels: ["email"],