Skip to content

Commit 3cda6aa

Browse files
committed
main: use tk.app.Base directly (temp)
1 parent f8c279b commit 3cda6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub fn main() !void {
2222
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
2323
defer _ = gpa.deinit();
2424

25-
const ct = try tk.Container.init(gpa.allocator(), &.{ava.App});
25+
const ct = try tk.Container.init(gpa.allocator(), &.{ ava.App, tk.app.Base });
2626
defer ct.deinit();
2727

2828
const server = try ct.injector.get(*tk.Server);

0 commit comments

Comments
 (0)