rebase and remove commented out code

This commit is contained in:
Halil Durak
2026-04-17 16:48:32 +03:00
parent 721b959dbf
commit 5e0c046e96

View File

@@ -365,12 +365,6 @@ pub fn storageSqlitePath(self: *const Config) ?[:0]const u8 {
else => unreachable,
};
}
//pub const Mcp = struct {
// common: Common = .{},
// cdp_port: ?u16 = null,
//};
pub const DumpFormat = enum {
html,
markdown,