mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-22 20:41:50 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
@@ -22,10 +22,10 @@ To run AFFiNE Desktop Client Application locally, run the following commands:
|
||||
yarn install
|
||||
yarn dev
|
||||
|
||||
# in packages/native
|
||||
# in packages/frontend/native
|
||||
yarn build
|
||||
|
||||
# in apps/electron
|
||||
# in packages/frontend/electron
|
||||
yarn dev
|
||||
```
|
||||
|
||||
@@ -33,7 +33,7 @@ Now you should see the Electron app window popping up shortly.
|
||||
|
||||
## Build
|
||||
|
||||
To build the desktop client application, run `yarn make` in `apps/electron`.
|
||||
To build the desktop client application, run `yarn make` in `packages/frontend/electron`.
|
||||
|
||||
Note: you may want to comment out `osxSign` and `osxNotarize` in `forge.config.js` to avoid signing and notarizing the app.
|
||||
|
||||
@@ -41,7 +41,7 @@ Once the build is complete, you can find the paths to the binaries in the termin
|
||||
|
||||
```
|
||||
Finished 2 bundles at:
|
||||
› Artifacts available at: <affine-repo>/apps/electron/out/make
|
||||
› Artifacts available at: <affine-repo>/packages/frontend/electron/out/make
|
||||
```
|
||||
|
||||
## CI
|
||||
|
||||
Reference in New Issue
Block a user