From d6aa4d878fcf5640229b893005601afe3596a6e9 Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 19 Mar 2026 17:57:10 +0400 Subject: [PATCH] update: free plan monitors --- apps/api/src/utils/plans.ts | 2 +- apps/web/src/views/landing.ejs | 2 +- apps/web/src/views/settings.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/api/src/utils/plans.ts b/apps/api/src/utils/plans.ts index 1ec8e29..006956c 100644 --- a/apps/api/src/utils/plans.ts +++ b/apps/api/src/utils/plans.ts @@ -7,7 +7,7 @@ export interface PlanLimits { const PLANS: Record = { free: { - maxMonitors: 5, + maxMonitors: 10, minIntervalS: 30, }, pro: { diff --git a/apps/web/src/views/landing.ejs b/apps/web/src/views/landing.ejs index 92c1754..ed961ab 100644 --- a/apps/web/src/views/landing.ejs +++ b/apps/web/src/views/landing.ejs @@ -513,7 +513,7 @@