Finish Electron shell and workflow wiring
Template tests / tests (push) Failing after 4s

This commit is contained in:
Iisyourdad
2026-06-10 18:32:30 -05:00
parent a5bbdde480
commit f47aca67c2
22 changed files with 5002 additions and 2 deletions
+4 -2
View File
@@ -6,10 +6,12 @@
"license": "MPL-2.0",
"private": true,
"scripts": {
"start": "electron .",
"start": "node scripts/start-electron.js",
"test": "node --test tests/unit/",
"sample": "node scripts/make-sample-guide.js",
"build": "bash scripts/build-release.sh",
"verify": "bash scripts/verify.sh",
"sample": "node scripts/make-sample-guide.js"
"bootstrap": "bash scripts/bootstrap-offline.sh"
},
"devDependencies": {
"electron": "^41.7.1"