From 69fef9b9b5868e9a1b98347d6879e0fa4cdf8bb0 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 3 Aug 2023 12:34:09 +0200 Subject: [PATCH] Added a limit for free projects to the plan.ts limits --- src/limits/plans.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/limits/plans.ts b/src/limits/plans.ts index 41bd0e1..b74ad6f 100644 --- a/src/limits/plans.ts +++ b/src/limits/plans.ts @@ -1,4 +1,7 @@ export const planLimits = { + account: { + FREE_PROJECTS: 5, + }, personal: { LICENSES: 100, MEMBERS: 1,