feat(server): handle workspace doc updates (#11937)

This commit is contained in:
fengmk2
2025-05-14 14:52:41 +00:00
parent 6792c3e656
commit afa984da54
33 changed files with 1940 additions and 34 deletions

View File

@@ -35,6 +35,12 @@ Server also requires native packages to be built, you can build them by running
yarn affine @affine/server-native build
```
## Build @affine/reader package
```sh
yarn affine @affine/reader build
```
## Prepare dev environment
```sh