ente/src/utils/common.ts
2022-04-19 12:42:15 +05:30

2 lines
70 B
TypeScript

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