ente/src/utils/common/index.ts
2023-01-30 19:28:15 +05:30

2 lines
70 B
TypeScript

import { app } from 'electron';
export const isDev = !app.isPackaged;