chore: remove electron wrapper from repository

This commit is contained in:
Pandipipas
2026-02-15 21:34:45 +01:00
parent 6af61319e5
commit a68adf7db1
3 changed files with 0 additions and 267 deletions
-19
View File
@@ -1,19 +0,0 @@
{
"name": "scoreko-dev-electron-wrapper",
"version": "1.0.0",
"private": true,
"description": "Electron wrapper para ejecutar Scoreko como app de escritorio.",
"type": "module",
"main": "main.mjs",
"scripts": {
"start": "cross-env electron .",
"start:dev": "cross-env NODECG_ROOT=../.. ELECTRON_START_URL=http://localhost:9090/bundles/scoreko-dev/dashboard/scoreko-dev/main.html?standalone=true electron .",
"start:electron-node": "cross-env NODECG_USE_ELECTRON_NODE=1 electron .",
"rebuild:better-sqlite3:electron": "npm --prefix ../.. rebuild better-sqlite3 --runtime=electron --target=39.5.1 --dist-url=https://electronjs.org/headers",
"start:electron-node:rebuild": "npm run rebuild:better-sqlite3:electron && npm run start:electron-node"
},
"devDependencies": {
"electron": "39.5.1",
"cross-env": "^7.0.3"
}
}