You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/docs/products/sites/quick-start/tanstack-start/+page.markdoc
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,7 @@ Connect your GitHub account and select the repository you intend to deploy (or a
40
40
3. Confirm the **install command**, **build command**, and **output directory** in the build settings. The default build settings for TanStack Start are:
41
41
- **Install command:** `npm install`
42
42
- **Build command:** `npm run build`
43
-
- **Output directory:**
44
-
- `./.output` (if using the Nitro deployment adapter)
45
-
- `./dist` (if not using a deployment adapter)
43
+
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
46
44
4. Add any **environment variables** required by the site. This is not necessary if you're deploying the starter app.
0 commit comments