Add API for propagating cursor locations (#61)
This commit is contained in:
parent
f97193e287
commit
e8b9bf40c5
80 changed files with 1930 additions and 2229 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
./scripts/utils/wait-for-server.sh
|
||||
rm -rf backend/sync_server/bindings
|
||||
|
||||
npm install -g openapi-typescript
|
||||
openapi-typescript http://localhost:3000/api.json --output frontend/sync-client/src/services/types.ts
|
||||
cd backend
|
||||
cargo test export_bindings
|
||||
cd -
|
||||
|
||||
cp -r backend/sync_server/bindings/* frontend/sync-client/src/services/types/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue