From 0191948b6e54526b08361e90458946f92ffd660e Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 6 Mar 2026 12:28:32 +0000 Subject: [PATCH] Declare bundle-analyzer-data page helper in boundary.sx Co-Authored-By: Claude Opus 4.6 --- shared/sx/ref/boundary.sx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared/sx/ref/boundary.sx b/shared/sx/ref/boundary.sx index e86eead..e0d29b3 100644 --- a/shared/sx/ref/boundary.sx +++ b/shared/sx/ref/boundary.sx @@ -328,6 +328,11 @@ :returns "dict" :service "sx") +(define-page-helper "bundle-analyzer-data" + :params () + :returns "dict" + :service "sx") + ;; Blog service (define-page-helper "editor-data" :params (&key)