env.mjs 89 B

12
  1. export const isDev = process.env.__DEV__ === 'true';
  2. export const isProduction = !isDev;