diff --git a/src/buntime/webcore/prompt.zig b/src/buntime/api/console/prompt.zig similarity index 100% rename from src/buntime/webcore/prompt.zig rename to src/buntime/api/console/prompt.zig diff --git a/src/buntime/webcore.zig b/src/buntime/webcore.zig index 311351bfa7..b46b659962 100644 --- a/src/buntime/webcore.zig +++ b/src/buntime/webcore.zig @@ -2,7 +2,7 @@ comptime { if (bun.Environment.export_cpp_apis) { - _ = &@import("./webcore/prompt.zig"); + _ = &@import("./api/console/prompt.zig"); } _ = &@import("./web/encoding/TextEncoder.zig"); }