integrating actual-server git workflows

This commit is contained in:
Mike Clark
2025-02-07 20:30:41 +00:00
parent 722e30e385
commit 83ba751410
13 changed files with 23 additions and 141 deletions

View File

@@ -19,7 +19,7 @@
},
"scripts": {
"start": "yarn start:browser",
"start:server": "yarn workspace actual-sync start",
"start:server": "yarn rebuild-node && yarn workspace actual-sync start",
"start:desktop": "yarn rebuild-electron && npm-run-all --parallel 'start:desktop-*'",
"start:desktop-node": "yarn workspace loot-core watch:node",
"start:desktop-client": "yarn workspace @actual-app/web watch",