added tons of features
This commit is contained in:
14
lib/constants.ts
Normal file
14
lib/constants.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {UserRole} from '@prisma/client'
|
||||
|
||||
export const TIMEZONE = process.env.TIMEZONE || 'Europe/Kyiv'
|
||||
// export const APP_PUBLIC_URL = process.env.PUBLIC_URL || 'http://localhost:3000'
|
||||
export const APP_NAME = process.env.NEXT_PUBLIC_APP_NAME || 'Be Well'
|
||||
export const APP_SLOGAN = process.env.NEXT_PUBLIC_APP_SLOGAN || ''
|
||||
export const APP_DESCRIPTION = process.env.NEXT_PUBLIC_APP_DESCRIPTION || ''
|
||||
|
||||
export const BRAND_COLOR_VIOLET = 'hsl(255.2,50.3%,35.5%)'
|
||||
export const BRAND_COLOR_YELLOW = 'hsl(46.1,100%,61.2%)'
|
||||
export const BRAND_ICON_COLOR = BRAND_COLOR_VIOLET
|
||||
export const BRAND_ICON_SIZE = 24
|
||||
|
||||
export const DEFAULT_USER_ROLE = UserRole.CUSTOMER
|
||||
Reference in New Issue
Block a user