Skip to content

Commit 4a18289

Browse files
authored
Merge pull request #55 from Mayandev/feat/optimize-plan
feat:optimize plan
2 parents 001766e + e7d24e4 commit 4a18289

37 files changed

Lines changed: 2146 additions & 121 deletions

.cursor/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": {
3+
"superpowers": {
4+
"enabled": true
5+
}
6+
}
7+
}

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ STRIPE_WEBHOOK_SECRET=whsec_xxx
2323
# Stripe Price IDs
2424
# Create these in your Stripe dashboard: https://dashboard.stripe.com/products
2525
STRIPE_MONTHLY_PRICE_ID=price_xxx
26+
STRIPE_YEARLY_PRICE_ID=price_xxx
2627
STRIPE_CREDITS_PRICE_ID=price_xxx

0 commit comments

Comments
 (0)