fix: update stripe-dev script to use HTTPS for webhook forwarding
This commit is contained in:
parent
1dd8a8eed0
commit
8d6eeb49c5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"email": "cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' email dev --port 3500",
|
||||
"test": "npm run lint && npm run types",
|
||||
"knip": "knip --no-exit-code",
|
||||
"stripe-dev": "stripe listen --forward-to http://localhost:3000/api/stripe-webhook",
|
||||
"stripe-dev": "stripe listen --forward-to https://localhost:3000/api/stripe-webhook",
|
||||
"d": "npm run-p dev stripe-dev -cl",
|
||||
"test-kr": "node ./kyselyRules/rules/select.test.js && node ./kyselyRules/rules/where.test.js&& node ./kyselyRules/rules/null.test.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue