Fix broken autocomplete

This commit is contained in:
Jarred Sumner
2023-04-19 00:01:27 -07:00
parent 36f9fd607a
commit ea47ed0ee5
177 changed files with 2855 additions and 3668 deletions

View File

@@ -1,6 +1,6 @@
const Server = @import("../http.zig").Server;
const Command = @import("../cli.zig").Command;
const Global = @import("bun").Global;
const Global = @import("root").bun.Global;
pub const DevCommand = struct {
pub fn exec(ctx: Command.Context) !void {
Global.configureAllocator(.{ .long_running = true });