Skip to content

Commit

Permalink
export port range
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 27, 2024
1 parent c4562c9 commit 13600c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const PORT_RANGE = { startPort: 39152, endPort: 65535 };
const ERROR_ADDRESS_IN_USE = 'EADDRINUSE';
module.exports = {
PORT_RANGE,
ERROR_ADDRESS_IN_USE,
};

0 comments on commit 13600c9

Please sign in to comment.