update: free plan monitors

This commit is contained in:
2026-03-19 17:57:10 +04:00
parent d5c62267ce
commit d6aa4d878f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export interface PlanLimits {
const PLANS: Record<Plan, PlanLimits> = {
free: {
maxMonitors: 5,
maxMonitors: 10,
minIntervalS: 30,
},
pro: {