mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
Clean up logic for choosing when to use filesystem router or public dir
Former-commit-id: 84bb17d9e0dd6e31995afb7b2f49436187fc9f76
This commit is contained in:
@@ -2,7 +2,7 @@ const std = @import("std");
|
||||
const Api = @import("./api/schema.zig").Api;
|
||||
usingnamespace @import("./global.zig");
|
||||
|
||||
/// QueryString hash table that does few allocations and preserves the original order
|
||||
/// QueryString array-backed hash table that does few allocations and preserves the original order
|
||||
pub const QueryStringMap = struct {
|
||||
allocator: *std.mem.Allocator,
|
||||
slice: string,
|
||||
|
||||
Reference in New Issue
Block a user