'In a compiled Electron App, where is the port information specified
I know that the port information in the source code of an Electron App is specified in Javascript in Main.js and looks something like
backend.listen(3001);
But once compiled into an app, where would that information be specified? I ask this because I would like to be able to easily change the port number after compilation to be able to make several versions of the app that can run simultaneously without interfering with each other. If this is impossible, that's a helpful answer too!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
