Files
vscode-front-matter/docs/helpers/isProduction.ts
T
2021-09-08 10:01:36 +02:00

3 lines
88 B
TypeScript

export const isProduction = () => process.env.NEXT_PUBLIC_VERCEL_ENV === 'production';