mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 07:36:42 +08:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export const isDev = process.env['NODE_ENV'] === 'development';
|