Skip to content

Commit 4e16af0

Browse files
lockfile, text
1 parent 9f8fd5d commit 4e16af0

File tree

2 files changed

+2211
-412
lines changed

2 files changed

+2211
-412
lines changed

docs/start/framework/react/hosting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ npm run start
214214
Make sure that your `react` and `react-dom` packages are set to version 19.0.0 or higher in your `package.json` file. If not, run the following command to upgrade the packages:
215215

216216
```sh
217-
bun install react@rc react-dom@rc
217+
bun install react@19 react-dom@19
218218
```
219219

220220
Ensure your `vite.config.ts` file is correct:
@@ -232,7 +232,7 @@ export default defineConfig({
232232

233233
#### Production Server with Bun
234234

235-
To run TanStack Start applications in production with Bun, you need a custom server implementation. The default build output doesn't work directly with `bun run dist/server/server.js`.
235+
To run TanStack Start applications in production with Bun, you need a custom server implementation.
236236

237237
We've created an optimized production server that provides intelligent static asset loading with configurable memory management.
238238

@@ -253,7 +253,7 @@ We've created an optimized production server that provides intelligent static as
253253
bun run build
254254
```
255255

256-
3. Start the optimized server:
256+
3. Start the server:
257257

258258
```sh
259259
bun run server.ts

0 commit comments

Comments
 (0)