feat(customers): add controlled CSV and XLSX customer import
This commit is contained in:
parent
613ffdc8b7
commit
82e03877b3
566 changed files with 2752 additions and 991 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"test:auth": "node --test tests/auth-cookie.test.mjs",
|
||||
"test:customer-import": "node --test tests/customer-import.test.mjs",
|
||||
"test:middleware": "node --test tests/middleware-ssl.test.mjs",
|
||||
"test:quickstart-navigation": "node --test tests/quickstart-navigation.test.mjs",
|
||||
"test:quickstart-workflow": "node --test tests/quickstart-workflow.test.mjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue