Skip to content

Commit 600edfa

Browse files
committed
chore: WIP tailwind v4
1 parent 3510cc6 commit 600edfa

27 files changed

+1853
-378
lines changed

build.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ pub fn build(b: *std.Build) !void {
2222
"LICENSE.md",
2323
"src/app/index.html",
2424
"src/app/favicon.ico",
25-
"zig-out/app/main.js",
25+
"zig-out/app/index.css",
26+
"zig-out/app/index.js",
2627
},
2728
});
2829

0 commit comments

Comments
 (0)