Send spans instead of indexes
This commit is contained in:
parent
1475a549d4
commit
a628ff348e
6 changed files with 28 additions and 16 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
./scripts/utils/wait-for-server.sh
|
||||
|
||||
rm -rf backend/sync_server/bindings
|
||||
cd backend
|
||||
cargo test export_bindings
|
||||
|
|
@ -11,5 +9,7 @@ cd -
|
|||
|
||||
cp -r backend/sync_server/bindings/* frontend/sync-client/src/services/types/
|
||||
|
||||
./scripts/utils/wait-for-server.sh
|
||||
|
||||
npm install -g openapi-typescript
|
||||
openapi-typescript http://localhost:3000/api.json --output frontend/sync-client/src/services/types/http-api.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue