diff playground/june.tsx @ 25:342726584be2

[Bun] Fixed how bun would be ran within bazel.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:41:02 -0700
parents 2b9e75756825
children
line wrap: on
line diff
--- a/playground/june.tsx	Tue Oct 07 09:13:29 2025 -0700
+++ b/playground/june.tsx	Thu Oct 09 06:41:02 2025 -0700
@@ -2,7 +2,7 @@
 
 const Foo = () => {
   return (
-    <> Test </>
+    <> hehexd </>
   );
 }