After fixing the issue in build.zig I run into the following issue with the example main.zig in "Getting Started":
➜ htmx_zzz zig build run
run
└─ run htmx_zzz
└─ install
└─ install htmx_zzz
└─ zig build-exe htmx_zzz Debug native 1 errors
src/main.zig:7:18: error: root struct of file 'lib' has no member named 'tardy'
const tardy = zzz.tardy;
~~~^~~~~~
/Users/kenk/.cache/zig/p/1220dee083dbc52681643b00eab67e32f47ee4a28e41c4cf167bc03762617a218b65/src/lib.zig:1:1: note: struct declared here
const std = @import("std");
^~~~~