Add SMS OTP auth, discounts, customer orders, and category slugs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-05 15:15:10 +03:30
co-authored by Cursor
parent 58380ab81d
commit d09eca8702
48 changed files with 1719 additions and 38 deletions
+2 -1
View File
@@ -23,7 +23,8 @@
"prisma:deploy": "prisma migrate deploy",
"db:up": "docker compose up -d",
"db:down": "docker compose down",
"create-super-admin": "ts-node -r tsconfig-paths/register scripts/create-super-admin.ts"
"create-super-admin": "ts-node -r tsconfig-paths/register scripts/create-super-admin.ts",
"send-sms": "ts-node -r tsconfig-paths/register scripts/send-sms.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1101.0",