ci: add prettier format check (#2908)

This commit is contained in:
Alex Yang
2023-06-29 12:13:35 +08:00
committed by GitHub
parent 2c95bfcc3d
commit e08ee9b7ff
9 changed files with 78 additions and 60 deletions

View File

@@ -63,13 +63,14 @@ Note: use `strip` from system instead of `binutils` if you are runinng MacOS. [s
yarn workspace @affine/native build
```
## Debugging the Electron App
## Debugging the Electron App
You need to run two scripts to run the app in development mode
Firstly, run the web app which is served at :8080
```
yarn dev # you may want to chose `dev - 100.84.105.99:11001` when selecting the dev server
yarn dev # you may want to chose `dev - 100.84.105.99:11001` when selecting the dev server
```
Secondly, bring up the electron app