calcom/lib/config/constants.ts
Mihai C 80a2b6c068
chore: clean up and fix images (#1224)
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2021-12-01 10:32:08 +00:00

2 lines
153 B
TypeScript

export const BASE_URL = process.env.BASE_URL || `https://${process.env.VERCEL_URL}`;
export const IS_PRODUCTION = process.env.NODE_ENV === "production";