mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-04 17:01:05 +02:00
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
|
|
|
|
export const isProduction = () => process.env.NEXT_PUBLIC_VERCEL_ENV === 'production'; |