Skip to content

Commit 287a7e1

Browse files
authored
docs(start): update nitro v3 instructions for nitro alpha package (#5453)
1 parent c2a5162 commit 287a7e1

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Deploy your application using their one-click deployment process, and you're rea
145145
**⚠️ During TanStack Start 1.0 release candidate phase, we currently recommend using:**
146146

147147
- [@tanstack/nitro-v2-vite-plugin (Temporary Compatibility Plugin)](https://www.npmjs.com/package/@tanstack/nitro-v2-vite-plugin) - A temporary compatibility plugin for using Nitro v2 as the underlying build tool for TanStack Start.
148-
- [Nitro v3's Vite Plugin (BETA)](https://www.npmjs.com/package/nitro-nightly) - A **BETA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start.
148+
- [Nitro v3's Vite Plugin (ALPHA)](https://www.npmjs.com/package/nitro) - An **ALPHA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start.
149149

150150
#### Using Nitro v2
151151

@@ -169,15 +169,9 @@ export default defineConfig({
169169
})
170170
```
171171

172-
#### Using Nitro v3 (BETA)
172+
#### Using Nitro v3 (ALPHA)
173173

174-
**⚠️ The `nitro` vite plugin is an official **BETA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.**
175-
176-
This package needs to be installed as follows:
177-
178-
```
179-
"nitro": "npm:nitro-nightly",
180-
```
174+
**⚠️ The [`nitro`](https://www.npmjs.com/package/nitro) vite plugin is an official **ALPHA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.**
181175

182176
```tsx
183177
import { tanstackStart } from '@tanstack/react-start/plugin/vite'

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Deploy your application using their one-click deployment process, and you're rea
153153
**⚠️ During TanStack Start 1.0 release candidate phase, we currently recommend using:**
154154

155155
- [@tanstack/nitro-v2-vite-plugin (Temporary Compatibility Plugin)](https://www.npmjs.com/package/@tanstack/nitro-v2-vite-plugin) - A temporary compatibility plugin for using Nitro v2 as the underlying build tool for TanStack Start.
156-
- [Nitro v3's Vite Plugin (BETA)](https://www.npmjs.com/package/nitro-nightly) - A **BETA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start.
156+
- [Nitro v3's Vite Plugin (ALPHA)](https://www.npmjs.com/package/nitro) - An **ALPHA** plugin for officially using Nitro v3 as the underlying build tool for TanStack Start.
157157

158158
#### Using Nitro v2
159159

@@ -177,15 +177,9 @@ export default defineConfig({
177177
})
178178
```
179179

180-
#### Using Nitro v3 (BETA)
180+
#### Using Nitro v3 (ALPHA)
181181

182-
**⚠️ The `nitro` vite plugin is an official **BETA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.**
183-
184-
This package needs to be installed as follows:
185-
186-
```
187-
"nitro": "npm:nitro-nightly",
188-
```
182+
**⚠️ The [`nitro`](https://www.npmjs.com/package/nitro) vite plugin is an official **ALPHA** plugin from the Nitro team for using Nitro v3 as the underlying build tool for TanStack Start. It is still in development and is receiving regular updates.**
189183

190184
```tsx
191185
import { tanstackStart } from '@tanstack/solid-start/plugin/vite'

0 commit comments

Comments
 (0)