Remove aide
This commit is contained in:
parent
0908a5b527
commit
4ca55768c5
15 changed files with 85 additions and 562 deletions
|
|
@ -3,13 +3,9 @@
|
|||
set -e
|
||||
|
||||
rm -rf backend/sync_server/bindings
|
||||
|
||||
cd backend
|
||||
cargo test export_bindings
|
||||
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