mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
internal: make @import("bun") work in zig (#19096)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Command = @import("../cli.zig").Command;
|
||||
const PackageManager = @import("../install/install.zig").PackageManager;
|
||||
const bun = @import("root").bun;
|
||||
const bun = @import("bun");
|
||||
|
||||
pub const PatchCommitCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
|
||||
Reference in New Issue
Block a user