:electron: Fix electron loot core resolutions (#4668)

* fix electron resolutions

* temp fix

* dont include build-electron in the web bundle assuming its built

* lowering size of build

* removing exports

* release notes

* adding bits back

* remove bad config
This commit is contained in:
Michael Clark
2025-03-21 09:01:20 +00:00
committed by GitHub
parent a85dc890e5
commit 8f12893ff0
3 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
"appId": "com.actualbudget.actual",
"files": [
"build",
"!node_modules/@actual-app/web",
"node_modules/@actual-app/web/build",
"node_modules/@actual-app/web/package.json",
"!node_modules/better-sqlite3/{benchmark,src,bin,docs,deps,build/Release/obj,build/Release/sqlite3.a,build/Release/test_extension.node}",
"!**/*.js.map",
"!**/stats.json",