mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
wip: refresh design
This commit is contained in:
1
packages/lib/constants/auth.ts
Normal file
1
packages/lib/constants/auth.ts
Normal file
@ -0,0 +1 @@
|
||||
export const SALT_ROUNDS = 12;
|
||||
5
packages/lib/constants/features.ts
Normal file
5
packages/lib/constants/features.ts
Normal file
@ -0,0 +1,5 @@
|
||||
/* eslint-disable turbo/no-undeclared-env-vars */
|
||||
export const IS_SUBSCRIPTIONS_ENABLED = process.env.NEXT_PUBLIC_SUBSCRIPTIONS_ENABLED === 'true';
|
||||
|
||||
export const isSubscriptionsEnabled = () =>
|
||||
process.env.NEXT_PUBLIC_SUBSCRIPTIONS_ENABLED === 'true';
|
||||
Reference in New Issue
Block a user