mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update feature_flags.zig
This commit is contained in:
@@ -177,4 +177,4 @@ pub const streaming_file_uploads_for_http_client = true;
|
||||
|
||||
pub const concurrent_transpiler = true;
|
||||
|
||||
pub const disable_on_windows_due_to_bugs = true;
|
||||
pub const disable_on_windows_due_to_bugs = env.isWindows;
|
||||
|
||||
Reference in New Issue
Block a user