Move prompt.zig to api/console/

Move prompt.zig from webcore/ to api/console/.
Related to console input functionality.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Bot
2025-12-30 10:14:55 +00:00
parent 24b38f1a9b
commit ae4dd4ee08
2 changed files with 1 additions and 1 deletions

View File

@@ -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");
}