Added a limit for free projects to the plan.ts limits

This commit is contained in:
Mathias Wagner 2023-08-03 12:34:09 +02:00
parent d722f6ee9a
commit 69fef9b9b5
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,4 +1,7 @@
export const planLimits = {
account: {
FREE_PROJECTS: 5,
},
personal: {
LICENSES: 100,
MEMBERS: 1,