1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-22 15:22:50 +00:00
fcast/receivers/electron/src/App.ts
2024-12-09 00:56:55 -06:00

4 lines
No EOL
85 B
TypeScript

import { app } from 'electron';
import { Main } from './Main';
await Main.main(app);