feat(server): impl native reader for server (#14100)

This commit is contained in:
DarkSky
2025-12-14 00:28:43 +08:00
committed by GitHub
parent a0eeed0cdb
commit 844b9d9592
28 changed files with 1333 additions and 1153 deletions

View File

@@ -35,12 +35,6 @@ 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