Merge remote-tracking branch 'origin/master' into 54-add-credit-usage-dashboard-for-users

This commit is contained in:
Josh Creek
2024-11-19 20:51:04 +00:00
27 changed files with 638 additions and 252 deletions
+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 .",