mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-20 05:49:07 -06:00
* add team switch when user has multiple teams * fix hydration error by changing the way env variables load --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
3 lines
129 B
TypeScript
3 lines
129 B
TypeScript
export const RESPONSES_LIMIT_FREE = 100;
|
|
export const IS_FORMBRICKS_CLOUD = process.env.NEXT_PUBLIC_IS_FORMBRICKS_CLOUD !== "1";
|