add stripe:listen command
This commit is contained in:
parent
c293b5098f
commit
c76ab13434
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"dev": "next dev",
|
||||
"postinstall": "prisma generate",
|
||||
"lint": "next lint",
|
||||
"test:e2e": "npm run db-seed && playwright test --headed",
|
||||
"test:e2e": "npm run db-seed && playwright test --headed --workers 1",
|
||||
"stripe:listen": "stripe listen --forward-to http://localhost:3000/api/webhooks/stripe",
|
||||
"db-seed": "NODE_ENV=development prisma db seed",
|
||||
"start": "next start"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue