fix: add back zig build serve

This commit is contained in:
Nurul Huda (Apon) 2026-03-23 03:50:05 +06:00
parent abb48fe38d
commit 295c20bdb1
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79

View File

@ -49,9 +49,7 @@ pub const CliOptions = struct {
/// Configuration for which build steps to create.
///
/// If `null`, only the default "serve" step will be created.
steps: ?Steps = .{
.dev = "dev",
},
steps: ?Steps = .default,
/// Optimize mode for the ZX CLI executable.
optimize: ?std.builtin.OptimizeMode = .ReleaseFast,