Skip to content

Commit

Permalink
chore: upgrade dev-practivce on upgrading electron
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrpman authored Jan 12, 2023
1 parent 192459a commit cfce689
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/dev-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,19 @@ Currently the codebase is not formatted/indented consistently. We loosely follow
There are some babashka tasks under `nbb:` which are useful for inspecting
database changes in realtime. See [these
docs](https://github.com/logseq/bb-tasks#logseqbb-tasksnbbwatch) for more info.

## FAQ
If dev app launch failed after electron upgrade:
```
yarn
yarn watch
```
In another window:
```
cd static
yarn
cd ..
yarn dev-electron-app
```
and kill all electron process
Then a normal start happens via `yarn dev-electron-app`

0 comments on commit cfce689

Please sign in to comment.