diff options
-rw-r--r-- | bench/react-hello-world/react-hello-world.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/react-hello-world/react-hello-world.jsx b/bench/react-hello-world/react-hello-world.jsx index a61ad7567..69dd43e93 100644 --- a/bench/react-hello-world/react-hello-world.jsx +++ b/bench/react-hello-world/react-hello-world.jsx @@ -1,5 +1,5 @@ // to run this: -// bun react-hello-world.jsx --jsx-production +// bun --jsx-production react-hello-world.jsx // This will become the official react-dom/server.bun build a little later // It will be the default when you import from "react-dom/server" |