This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup the bootstrapping file to make it easier to interpret (#31)
* Commit changes after installing. * Update eslint and remove yarn. * Move processes and interval logic to be inside class. * Change null values back to undefined. * Consolidate event listeners. * Consolidate event listeners. * Add some utility functions. * Store the Electron API port inside of state, and extract booting of Electron API to separate method. * Extract configs and boot logic for scheduler to separate methods. * Extract methods for starting PHP app and websockets. * Move PHP app, queue worker, websockets, and scheduler to separate methods. * Move auto updater to before PHP logic. * Fix order of methods, and make killChildProcesses into a class method. * Commit dist file.
- Loading branch information
Showing
11 changed files
with
8,105 additions
and
8,778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.