feat: Add basic endpoints and workflows for Store module (#6515)

This commit is contained in:
Stevche Radevski
2024-02-28 10:08:11 +00:00
committed by GitHub
parent 70aeb602c9
commit d60f3adc03
26 changed files with 596 additions and 13 deletions
@@ -118,5 +118,10 @@ module.exports = {
resources: "shared",
resolve: "@medusajs/api-key",
},
[Modules.STORE]: {
scope: "internal",
resources: "shared",
resolve: "@medusajs/store",
},
},
}