mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
Generate differnet versions of Bundler, Resolver, and Caches at comptime based on whether we're serving over HTTP
Former-commit-id: e1a8852706
This commit is contained in:
@@ -19,7 +19,7 @@ const Request = picohttp.Request;
|
||||
const Response = picohttp.Response;
|
||||
const Headers = picohttp.Headers;
|
||||
const MimeType = @import("http/mime_type.zig");
|
||||
const Bundler = bundler.Bundler;
|
||||
const Bundler = bundler.ServeBundler;
|
||||
|
||||
const js_printer = @import("js_printer.zig");
|
||||
const SOCKET_FLAGS = os.SOCK_CLOEXEC;
|
||||
|
||||
Reference in New Issue
Block a user