feat(#29): Add ability to record that a user has purchased a product - part 1

This commit is contained in:
Josh Creek
2024-09-21 19:55:10 +01:00
parent b159c33487
commit d4f7f5041d
3 changed files with 26 additions and 9 deletions
+2
View File
@@ -22,6 +22,8 @@ If you want a fully local development environment (other than stripe) then you c
- [Local DB Url](http://localhost:54323/)
- [Local Email Monitoring Url](http://localhost:54324/)
For stripe, you can forward the events to your local server using `stripe listen --forward-to localhost:5173/api/webhook/stripe --skip-verify` in a separate terminal window.
## Building
To create a production version: