aboutsummaryrefslogtreecommitdiff
path: root/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'root.zig')
-rw-r--r--root.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/root.zig b/root.zig
index 5d4baefae..0d00409eb 100644
--- a/root.zig
+++ b/root.zig
@@ -1,5 +1,7 @@
pub usingnamespace @import("src/main.zig");
+
pub const bun = @import("src/bun.zig");
+
pub const content = struct {
pub const error_js_path = "packages/bun-error/dist/index.js";
pub const error_js = @embedFile(error_js_path);