Skip to content

Commit 3bc7a7f

Browse files
spincycle01ChristianEdwardPadilla
authored andcommitted
changed imports on many files for application deployment. Now builds
1 parent f4bb47f commit 3bc7a7f

22 files changed

+329
-495
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const {
33
} = require('electron');
44

55
// Uncomment below for hot reloading during development
6-
require('electron-reload')(__dirname);
6+
// require('electron-reload')(__dirname);
77

88
// const isDev = true;
99
const isDev = process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'test';

0 commit comments

Comments
 (0)