release: WRNexusJS 0.7.0

This commit is contained in:
2026-08-01 10:34:45 +05:30
parent a434d66ca1
commit 9366895f78
85 changed files with 1693 additions and 728 deletions
+25
View File
@@ -101,6 +101,31 @@ const config: AppConfig = {
legacyComponentDiscovery: true,
stringLayouts: true,
},
navigation: {
mode: "auto",
},
performance: {
enforcement: "warn",
analyze: true,
budgets: {
routeJsBytes: 51200,
routeCssBytes: 25600,
htmlBytes: 204800,
hydrationMs: 200,
serverRenderMs: 500,
lcpMs: 2500,
inpMs: 200,
cls: 0.1,
ttfbMs: 800,
},
},
observability: {
enabled: true,
serverTiming: true,
sampleRate: 0.1,
exporter: "none",
webVitals: true,
},
};
export default config;