feat(csr): add the api block transport

This commit is contained in:
2026-08-19 15:37:23 +05:30
parent 323f57b32b
commit b457ad1d54
3 changed files with 154 additions and 1 deletions
+3 -1
View File
@@ -181,7 +181,9 @@ const runtimeBudgets = {
* 50,156 minified is ~16,000 gzipped, once, behind an immutable year-long
* cache.
*/
"reactive-runtime.ts": 50_500,
// Raised to 51_400: the callApi transport (query building, CSRF header,
// JSON body, success/failure contract) for compiled api blocks bought ~1,025 bytes.
"reactive-runtime.ts": 51_400,
"component-controllers.ts": 24_100,
"nav-runtime.ts": 12_000,
"realtime-runtime.ts": 8_000,