This commit is contained in:
Andras Schmelczer 2026-04-25 19:13:26 +01:00
commit bff3f5a5e9
8 changed files with 166 additions and 78 deletions

View file

@ -42,7 +42,7 @@ Clients always start with syncing disabled.
```sh
# Build server first
cd sync-server && cargo build --release
cd sync-server && cargo build --release && cd -
# Run all tests
cd frontend && npm run test -w deterministic-tests