fix: use electron-dist as output directory

This commit is contained in:
2026-07-04 21:26:29 +08:00
parent b30918807d
commit a23066e1f6
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "A modern Redis desktop manager built with Electron + Vue 3 + Vite",
"author": "Jokul",
"private": true,
"main": "./out/main/index.js",
"main": "./electron-dist/main/index.js",
"type": "module",
"allowScripts": {
"electron": true,