Skip to content

Commit

Permalink
please help me
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Dec 2, 2023
1 parent 8ff9676 commit 4680e35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions start.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/**
* 🔶 PLEASE HELP ME 🔶
*
* I'm trying to get this to work on Windows, MAC, and Linux.
*
* This script is supposed to:
* - recompile sqlite for your current arch against your current electron ABI if need be
* - spawn vite
* - spawn electron
* - attempt to make vite and electron close synchronously
*/

const { spawn } = require('child_process')
const path = require('path')
const os = require('os')
Expand Down

0 comments on commit 4680e35

Please sign in to comment.