Remove aide

This commit is contained in:
Andras Schmelczer 2025-06-07 17:15:16 +01:00
parent 0908a5b527
commit 4ca55768c5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
15 changed files with 85 additions and 562 deletions

View file

@ -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