mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 04:18:51 -05:00
Compare commits
2 Commits
matiss/crd
...
claude/fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e388962724 | ||
|
|
7359d4e9b3 |
@@ -24,7 +24,8 @@
|
||||
"start:server-dev": "NODE_ENV=development BROWSER_OPEN=localhost:5006 yarn npm-run-all --parallel 'start:server-monitor' 'start'",
|
||||
"start:desktop": "yarn desktop-dependencies && npm-run-all --parallel 'start:desktop-*'",
|
||||
"start:docs": "yarn workspace docs start",
|
||||
"desktop-dependencies": "npm-run-all --parallel rebuild-electron build:browser-backend build:plugins-service",
|
||||
"desktop-dependencies": "npm-run-all --parallel rebuild-electron build:browser-backend build:plugins-service build:desktop-types",
|
||||
"build:desktop-types": "yarn workspace @actual-app/crdt build && yarn workspace @actual-app/core exec tsgo -p tsconfig.json",
|
||||
"start:desktop-node": "yarn workspace @actual-app/core watch:node",
|
||||
"start:desktop-client": "yarn workspace @actual-app/web watch",
|
||||
"start:desktop-server-client": "yarn workspace @actual-app/web build:browser",
|
||||
|
||||
Reference in New Issue
Block a user