chore: update electron version to 39.2.7 and add postinstall script in package.json; add unit tests for terminal service

This commit is contained in:
Kacper
2025-12-13 21:28:22 +01:00
parent ff06821fcd
commit 1f4e801c58
3 changed files with 571 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
"dev:electron:debug": "concurrently \"next dev -p 3007\" \"wait-on http://localhost:3007 && OPEN_DEVTOOLS=true electron .\"",
"build": "next build",
"build:electron": "next build && electron-builder",
"postinstall": "electron-builder install-app-deps",
"start": "next start",
"lint": "eslint",
"test": "playwright test",
@@ -79,7 +80,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.2.1",
"electron": "^39.2.6",
"electron": "39.2.7",
"electron-builder": "^26.0.12",
"eslint": "^9",
"eslint-config-next": "16.0.7",