Files
kan/packages/shared/src/utils/index.ts
Henry 5a4835091f feat(cloud): unlimited seats (#166)
* feat: add unlimitedSeats to subscription

* feat: set unlimited seats to true for pro plans

* feat: add unlimited invites messaging

* feat: upgrade to pro via auth client

* feat: add subscription repo funcs

* chore: move subscription utils to shared

* feat: skip updating subscription if unlimited seats
2025-09-07 22:50:20 +01:00

4 lines
96 B
TypeScript

export * from "./generateUID";
export * from "./generateSlug";
export * from "./subscriptions";