mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-04 03:40:37 +08:00
Nick: added growth-2x plan
This commit is contained in:
parent
32c6b1f136
commit
ec361609d2
@ -336,6 +336,8 @@ function getPlanByPriceId(price_id: string) {
|
||||
case process.env.STRIPE_PRICE_ID_GROWTH:
|
||||
case process.env.STRIPE_PRICE_ID_GROWTH_YEARLY:
|
||||
return "growth";
|
||||
case process.env.STRIPE_PRICE_ID_GROWTH_DOUBLE_MONTHLY:
|
||||
return "growthdouble";
|
||||
default:
|
||||
return "free";
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ const RATE_LIMITS = {
|
||||
standardNew: 10,
|
||||
standardnew: 10,
|
||||
growth: 50,
|
||||
growthdouble: 50,
|
||||
},
|
||||
scrape: {
|
||||
default: 20,
|
||||
@ -26,6 +27,7 @@ const RATE_LIMITS = {
|
||||
standardNew: 50,
|
||||
standardnew: 50,
|
||||
growth: 500,
|
||||
growthdouble: 500,
|
||||
},
|
||||
search: {
|
||||
default: 20,
|
||||
@ -38,6 +40,7 @@ const RATE_LIMITS = {
|
||||
standardNew: 50,
|
||||
standardnew: 50,
|
||||
growth: 500,
|
||||
growthdouble: 500,
|
||||
},
|
||||
preview: {
|
||||
free: 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user