docs(dev): maintain style

This commit is contained in:
Bad3r
2023-01-12 05:16:36 -05:00
committed by Andelf
parent 55971f085b
commit d8303d055c

View File

@@ -215,13 +215,14 @@ 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:
```
```sh
yarn
yarn watch
```
In another window:
```
```sh
cd static
yarn
cd ..