chore: restore production release gate

This commit is contained in:
2026-08-23 22:35:11 +05:30
parent d26403fce2
commit 2d1cda0eab
15 changed files with 188 additions and 46 deletions
+5 -1
View File
@@ -191,7 +191,11 @@ const runtimeBudgets = {
// buys a correctness fix, not a feature. The encoder was trimmed to the
// btoa/encodeURIComponent idiom first, which recovered 65 of those bytes;
// what remains is the smallest form that still handles non-ASCII.
"reactive-runtime.ts": 51_600,
// Raised to 52_000 on 2026-08-23 after the reviewed callApi transport and
// loop-locals runtime landed together at 51,926 bytes under the pinned Bun
// 1.3.14 production minifier. This preserves a narrow 74-byte ceiling rather
// than masking the shipped feature cost with a broad allowance.
"reactive-runtime.ts": 52_000,
"component-controllers.ts": 24_100,
"nav-runtime.ts": 12_000,
"realtime-runtime.ts": 8_000,