A few fixes for Electron (#1048)

This commit is contained in:
Jed Fox
2023-05-20 09:46:10 -04:00
committed by GitHub
parent 4249a0beb1
commit efe4194f9c
5 changed files with 11 additions and 42 deletions

View File

@@ -23,6 +23,7 @@
"start:desktop-node": "yarn workspace loot-core watch:node",
"start:desktop-client": "yarn workspace @actual-app/web watch",
"start:desktop-electron": "yarn workspace desktop-electron watch",
"start:electron": "yarn start:desktop",
"start:browser": "npm-run-all --parallel 'start:browser-*'",
"start:browser-backend": "yarn workspace loot-core watch:browser",
"start:browser-frontend": "yarn workspace @actual-app/web start:browser",