main
ts 5 lines 119 Bytes
Raw
1 #! /usr/bin/env node
2
3 import { execSync } from 'node:child_process'
4
5 execSync('npx electron ./dist/src/main/index.js')