mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
import everything from "bun" where possible
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Server = @import("../http.zig").Server;
|
||||
const Command = @import("../cli.zig").Command;
|
||||
const Global = @import("../global.zig").Global;
|
||||
const Global = @import("bun").Global;
|
||||
pub const DevCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
Global.configureAllocator(.{ .long_running = true });
|
||||
|
||||
Reference in New Issue
Block a user