aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js')
-rw-r--r--src/bun.js/api/JSBundler.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/api/JSBundler.zig b/src/bun.js/api/JSBundler.zig
index 16a540212..04ca81a8c 100644
--- a/src/bun.js/api/JSBundler.zig
+++ b/src/bun.js/api/JSBundler.zig
@@ -981,6 +981,8 @@ pub const BuildArtifact = struct {
asset,
@"entry-point",
@"component-manifest",
+ @"use client",
+ @"use server",
sourcemap,
};