Send document versions with cursors

This commit is contained in:
Andras Schmelczer 2025-08-10 14:55:40 +01:00
parent d9ffcfeb5c
commit bb07602c68
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 43 additions and 18 deletions

View file

@ -9,3 +9,7 @@ cargo test export_bindings
cd -
cp -r sync-server/bindings/* frontend/sync-client/src/services/types/
cd frontend
npm run lint || npx prettier --write sync-client/src/services/types/*.ts
cd -