This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/electron/main/index.ts
2023-08-30 01:46:33 -04:00

3 lines
No EOL
140 B
TypeScript

import {app, BrowserWindow} from "electron"
let mainWindow = require('../windows/primary')
app.whenReady().then(() => {mainWindow.launch()})