feat(customer): list customer (#6206)

**What**

- GET /admin/customers
- GET /admin/customer-groups
This commit is contained in:
Sebastian Rindom
2024-01-29 16:56:39 +00:00
committed by GitHub
parent 90cff0777f
commit 87390704be
17 changed files with 737 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@
},
"dependencies": {
"@medusajs/cache-inmemory": "workspace:*",
"@medusajs/customer": "workspace:^",
"@medusajs/event-bus-local": "workspace:*",
"@medusajs/inventory": "workspace:^",
"@medusajs/medusa": "workspace:*",