feat(tax): migration file (#6523)

**What**
- Tax Module Migration file.
- Skeleton for API routes and integrations tests for tax API in v2
This commit is contained in:
Sebastian Rindom
2024-02-28 15:40:35 +01:00
committed by GitHub
parent 0d46abf0ff
commit adad66e13f
15 changed files with 912 additions and 6 deletions

View File

@@ -123,5 +123,10 @@ module.exports = {
resources: "shared",
resolve: "@medusajs/store",
},
[Modules.TAX]: {
scope: "internal",
resources: "shared",
resolve: "@medusajs/tax",
},
},
}