Skip to content

Commit ba36f96

Browse files
committed
chore(deps): upgrade TanStack Start deps
Following steps here from 1.114.0 onward: TanStack/router#2863
1 parent 110b333 commit ba36f96

File tree

10 files changed

+6154
-7024
lines changed

10 files changed

+6154
-7024
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
node_modules
22
.DS_Store
33
dist
4-
dist-ssr
54
*.local
6-
.vinxi
5+
.nitro
6+
.output
77
.netlify
8-
.env
8+
.env
9+
.tanstack

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Clicking this button will create a new repo for you that looks exactly like this
6565
- **Database**: Convex (optional)
6666
- **Styling**: Tailwind CSS 4
6767
- **AI Integration**: Anthropic's Claude API
68-
- **Build Tool**: Vite 6 with Vinxi
68+
- **Build Tool**: Vite 6
6969

7070
### Prerequisites
7171

@@ -288,7 +288,7 @@ Here is an example layout that includes a header:
288288

289289
```tsx
290290
import { createRootRoute, Outlet } from '@tanstack/react-router'
291-
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
291+
import { TanStackRouterDevtools } from '@tanstack/react-router-devtools'
292292

293293
import { Link } from "@tanstack/react-router";
294294

app.config.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

netlify.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
[build]
2+
command = "vite build"
3+
publish = "dist"
4+
[dev]
5+
command = "vite dev"
6+
port = 3000
7+
18
[template.environment]
2-
VITE_ANTHROPIC_API_KEY="Add your Anthropic API key here"
9+
VITE_ANTHROPIC_API_KEY="Add your Anthropic API key here"

0 commit comments

Comments
 (0)