diff options
author | 2023-05-11 15:08:18 -0700 | |
---|---|---|
committer | 2023-05-11 15:08:18 -0700 | |
commit | 77eb61a1fe8c1bf7ad21958fa95be7a9acc005b8 (patch) | |
tree | db5dad83e846c7d302c6febaef5c216cbb2f2cbe /src/bun.js/api | |
parent | 6a163cf933542506354dc836bd92693bcae5939b (diff) | |
download | bun-77eb61a1fe8c1bf7ad21958fa95be7a9acc005b8.tar.gz bun-77eb61a1fe8c1bf7ad21958fa95be7a9acc005b8.tar.zst bun-77eb61a1fe8c1bf7ad21958fa95be7a9acc005b8.zip |
Fix `OutputKind`, add "use client" and "use server"
Diffstat (limited to 'src/bun.js/api')
-rw-r--r-- | src/bun.js/api/JSBundler.zig | 2 |
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, }; |