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