Update configuration handling: refine path resolution and allocator usage in main.zig

This commit is contained in:
2026-08-02 18:01:28 +02:00
parent 250829e922
commit 84c4158aaa
2 changed files with 37 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ test "parse zocket config"
const allocator = std.testing.allocator;
const parsed = try parse(io, allocator, "zocket/config.toml");
const parsed = try parse(io, allocator, "config/config.toml");
defer parsed.deinit();
const cfg = parsed.value;