Resolve electron store build issue.

This commit is contained in:
Patrick Fic
2025-03-18 15:13:55 -07:00
parent c03cf5a98f
commit 4f3d8cf754
3 changed files with 152 additions and 117 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "bodyshop-desktop",
"version": "1.0.0",
"description": "An Electron application with React and TypeScript",
"version": "0.0.1-alpha.1",
"description": "Shop Management System Partner",
"main": "./out/main/index.js",
"author": "example.com",
"homepage": "https://electron-vite.org",
"author": "Convenient Brands, LLC",
"homepage": "https://convenient-brands.com",
"scripts": {
"format": "prettier --write .",
"lint": "eslint --cache .",
@@ -26,7 +26,7 @@
"chokidar": "^4.0.3",
"dbffile": "^1.12.0",
"electron-log": "^5.3.2",
"electron-store": "^10.0.1",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"i18next": "^24.2.2",
"lodash": "^4.17.21",