Skip to content

Commit 81b7a95

Browse files
lockfile, text
1 parent c6e0a95 commit 81b7a95

File tree

2 files changed

+2199
-400
lines changed

2 files changed

+2199
-400
lines changed

docs/start/framework/react/hosting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ npm run start
202202
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:
203203

204204
```sh
205-
bun install react@rc react-dom@rc
205+
bun install react@19 react-dom@19
206206
```
207207

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

221221
#### Production Server with Bun
222222

223-
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`.
223+
To run TanStack Start applications in production with Bun, you need a custom server implementation.
224224

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

@@ -241,7 +241,7 @@ We've created an optimized production server that provides intelligent static as
241241
bun run build
242242
```
243243

244-
3. Start the optimized server:
244+
3. Start the server:
245245

246246
```sh
247247
bun run server.ts

0 commit comments

Comments
 (0)