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

This commit is contained in:
2023-08-03 12:34:09 +02:00
parent d722f6ee9a
commit 69fef9b9b5

View File

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