diff options
Diffstat (limited to 'root.zig')
-rw-r--r-- | root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ 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); |