Added a limit for free projects to the plan.ts limits
This commit is contained in:
parent
d722f6ee9a
commit
69fef9b9b5
@ -1,4 +1,7 @@
|
|||||||
export const planLimits = {
|
export const planLimits = {
|
||||||
|
account: {
|
||||||
|
FREE_PROJECTS: 5,
|
||||||
|
},
|
||||||
personal: {
|
personal: {
|
||||||
LICENSES: 100,
|
LICENSES: 100,
|
||||||
MEMBERS: 1,
|
MEMBERS: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user