Skip to content

Commit b1976d8

Browse files
docs: nitro-nightly
1 parent 8883ca0 commit b1976d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/start/framework/react/guide/hosting.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ tool](https://docs.netlify.com/start/quickstarts/deploy-from-ai-code-generation-
197197

198198
**⚠️ The [`nitro/vite`](https://v3.nitro.build/) plugin natively integrates with Vite Environments API as the underlying build tool for TanStack Start. It is still under active development and receives regular updates. Please report any issues you encounter with reproduction so they can be investigated.**
199199

200+
install the nightly version of nitro by specifying the following in your package.json
201+
202+
```json
203+
"nitro": "npm:nitro-nightly@latest"
204+
```
205+
200206
```tsx
201207
import { tanstackStart } from '@tanstack/react-start/plugin/vite'
202208
import { defineConfig } from 'vite'
@@ -205,7 +211,6 @@ import viteReact from '@vitejs/plugin-react'
205211

206212
export default defineConfig({
207213
plugins: [tanstackStart(), nitro(), viteReact()],
208-
nitro: {},
209214
})
210215
```
211216

0 commit comments

Comments
 (0)