From e95cf5c7b6a08eb560763d5167fbddc1c2117bcc Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 17 Nov 2025 09:57:09 +0100 Subject: add file uploading and multi-threading --- src/root.zig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index 301664e..c5ea36e 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,6 +1,8 @@ -//! By convention, root.zig is the root source file when making a library. const std = @import("std"); + pub const log = @import("log.zig"); + pub const routes = @import("routes/root.zig"); -pub const Storage = @import("storage/root.zig"); +pub const Server = @import("server.zig"); +pub const Storage = @import("storage/root.zig"); -- cgit v1.2.3-70-g09d2