Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Sep 6, 2023
1 parent 7212d2f commit 51b4693
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { app, BrowserWindow, systemPreferences } from 'electron';
import { join } from 'path';
import IPCs from './IPCs';

type DeepWriteable<T> = { -readonly [P in keyof T]: DeepWriteable<T[P]> };

global.IS_DEV = process.env.NODE_ENV === 'development';

let mainWindow;
Expand Down

0 comments on commit 51b4693

Please sign in to comment.