feat(client): add octobase-node to electron (#1672)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
Peng Xiao
2023-03-27 14:59:36 +08:00
committed by GitHub
parent 449ffbc73f
commit c2b1a9b118
20 changed files with 1169 additions and 12 deletions

View File

@@ -9,10 +9,13 @@ See https://github.com/electron/forge/issues/2633
```
# in project root, start web app at :8080
pnpm dev
yarn dev
# build octobase-node
yarn workspace @affine/octobase-node build
# in /apps/electron, start electron app
pnpm dev
yarn dev
```
## Credits