chore: add stripe script to easily run local webhook

This commit is contained in:
OllyNicholass
2024-10-29 20:43:18 +00:00
parent 08a6f6d7cc
commit 7c6afd169c
+1
View File
@@ -6,6 +6,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"stripe": "stripe listen --forward-to localhost:5173/api/webhook/stripe",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",