Merge branch 'worktree-zero-tooling-essay' into macros
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 17m16s

This commit is contained in:
2026-03-08 02:04:47 +00:00
2 changed files with 60 additions and 0 deletions

View File

@@ -79,3 +79,18 @@
:params ()
:returns "dict"
:service "sx")
(define-page-helper "optimistic-demo-data"
:params ()
:returns "dict"
:service "sx")
(define-page-helper "action:add-demo-item"
:params (label)
:returns "dict"
:service "sx")
(define-page-helper "offline-demo-data"
:params ()
:returns "dict"
:service "sx")