refactor: migrate from electron-rebuild to electron-forge

This commit is contained in:
plebeius
2026-01-30 12:28:41 +08:00
parent 7b4d7b6b9a
commit 815f618320
15 changed files with 1867 additions and 825 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
],
"buildCommand": "yarn build",
"outputDirectory": "build",
"framework": "vite"
}