mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
refactor(server): rename @affine/storage to @affine/server-native (#6682)
- Close https://github.com/toeverything/AFFiNE/issues/6680
This commit is contained in:
@@ -93,7 +93,7 @@ yarn workspace @affine/native build
|
||||
### Build Server Dependencies
|
||||
|
||||
```sh
|
||||
yarn workspace @affine/storage build
|
||||
yarn workspace @affine/server-native build
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
@@ -81,7 +81,7 @@ yarn workspace @affine/server prisma studio
|
||||
|
||||
```
|
||||
# build native
|
||||
yarn workspace @affine/storage build
|
||||
yarn workspace @affine/server-native build
|
||||
yarn workspace @affine/native build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user