Stop the SDK generator reformatting the whole frontend

biome.json excludes src/client, so the trailing format pass never
touched a generated file — it only rewrote unrelated sources on every
backend commit.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013Gf7WaExcJ9bs3kfJXB3nK
This commit is contained in:
2026-08-25 21:33:11 +02:00
co-authored by Claude Opus 5
parent d3a0b4c3a4
commit 49e6bc6c4e
-1
View File
@@ -8,4 +8,3 @@ uv run python -c "import fluksio.main; import json; print(json.dumps(fluksio.mai
cd ..
mv openapi.json frontend/
bun run --filter frontend generate-client
bun run format