mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
fix: add back zig build serve
This commit is contained in:
parent
abb48fe38d
commit
295c20bdb1
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user