mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Fix broken autocomplete
This commit is contained in:
@@ -2,7 +2,7 @@ const schema = @import("./api/schema.zig");
|
||||
const Api = schema.Api;
|
||||
const std = @import("std");
|
||||
const Fs = @import("./fs.zig");
|
||||
const bun = @import("bun");
|
||||
const bun = @import("root").bun;
|
||||
const string = bun.string;
|
||||
const Output = bun.Output;
|
||||
const Global = bun.Global;
|
||||
|
||||
Reference in New Issue
Block a user