Add CI publish workflow

This commit is contained in:
2026-08-30 22:09:54 -05:00
parent 48a994db09
commit f09c02ec30
16 changed files with 680 additions and 146 deletions
+4 -1
View File
@@ -2,5 +2,8 @@
"name": "gelectron-benchmark",
"version": "1.0.0",
"description": "Simple web benchmark for comparing Electron vs Gelectron",
"main": "main.js"
"main": "main.js",
"dependencies": {
"electron": "^43.4.0"
}
}