Skip to content

Commit

Permalink
remove production electron issue
Browse files Browse the repository at this point in the history
  • Loading branch information
technophilic authored Sep 29, 2020
1 parent c12d0ef commit ed9edde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {app, BrowserWindow, session} = require('electron');
const path = require('path');
const isDevelopment = process.env.NODE_ENV === 'development';
const {format} = require('url');
const {devServer: {port} = {}} = require('../../webpack.renderer.config');
const port = 9002;

// isDevelopment && require('react-devtools-electron');
// Handle creating/removing shortcuts on Windows when installing/uninstalling.
Expand Down

0 comments on commit ed9edde

Please sign in to comment.