()
| 59 | * Get the pro tier limit from env or fallback to default |
| 60 | */ |
| 61 | export function getProTierLimit(): number { |
| 62 | return envNumber(env.PRO_TIER_COST_LIMIT, DEFAULT_PRO_TIER_COST_LIMIT) |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Get the team tier limit per seat from env or fallback to default |
no test coverage detected