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