Clean up diff

This commit is contained in:
Andras Schmelczer 2026-05-09 15:16:16 +01:00
parent 3a20a7c2f8
commit 6d40097bcd
11 changed files with 52 additions and 164 deletions

View file

@ -8,11 +8,9 @@ cd sync-server
cargo test export_bindings
cd -
# Both target directories contain only generated bindings — wipe and copy
# Wipe and copy generated bindings into the consuming workspace
rm -f frontend/sync-client/src/services/types/*.ts
rm -f frontend/history-ui/src/lib/types/*.ts
cp -r sync-server/bindings/* frontend/sync-client/src/services/types/
cp -r sync-server/bindings/* frontend/history-ui/src/lib/types/
cd frontend
npm run lint