Spotify Skip Tracker - Application Entry Point
This is the entry point for the Electron application. It simply delegates to the modularized main process implementation.
This module exists to preserve existing build configurations and paths, while allowing for better internal organization of the main process code.
import "./electron/main"; Copy
import "./electron/main";
Description
Spotify Skip Tracker - Application Entry Point
This is the entry point for the Electron application. It simply delegates to the modularized main process implementation.
This module exists to preserve existing build configurations and paths, while allowing for better internal organization of the main process code.
Source