Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Oct 15, 2024
1 parent 8c01d37 commit f465602
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "@medusajs/framework/auth",
resolve: "@medusajs/medusa/auth",
options: {
providers: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "@medusajs/framework/file",
resolve: "@medusajs/medusa/file",
options: {
providers: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "@medusajs/framework/fulfillment",
resolve: "@medusajs/medusa/fulfillment",
options: {
providers: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "@medusajs/framework/notification",
resolve: "@medusajs/medusa/notification",
options: {
providers: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "@medusajs/framework/payment",
resolve: "@medusajs/medusa/payment",
options: {
providers: [
{
Expand Down

0 comments on commit f465602

Please sign in to comment.