Add standalone desktop launch modes

This commit is contained in:
Курнат Андрей
2026-06-01 23:15:20 +03:00
parent 91e8a6e9fd
commit c8c1be7a30
6 changed files with 169 additions and 26 deletions
+4
View File
@@ -12,6 +12,10 @@
"preview": "vite preview --host 127.0.0.1",
"test": "vitest run",
"electron:dev": "concurrently -k \"npm:dev\" \"wait-on http://127.0.0.1:5173 && electron .\"",
"electron:qword": "concurrently -k \"npm:dev\" \"wait-on http://127.0.0.1:5173 && electron . --qoffice-app=qword\"",
"electron:qexcell": "concurrently -k \"npm:dev\" \"wait-on http://127.0.0.1:5173 && electron . --qoffice-app=qexcell\"",
"electron:qpowerpoint": "concurrently -k \"npm:dev\" \"wait-on http://127.0.0.1:5173 && electron . --qoffice-app=qpowerpoint\"",
"electron:qoutlook": "concurrently -k \"npm:dev\" \"wait-on http://127.0.0.1:5173 && electron . --qoffice-app=qoutlook\"",
"dist:desktop": "npm run build && electron-builder"
},
"dependencies": {