Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
.vinxi
.nitro
.output
.netlify
.env
.env
.tanstack
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Clicking this button will create a new repo for you that looks exactly like this
- **Database**: Convex (optional)
- **Styling**: Tailwind CSS 4
- **AI Integration**: Anthropic's Claude API
- **Build Tool**: Vite 6 with Vinxi
- **Build Tool**: Vite 6

### Prerequisites

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

```tsx
import { createRootRoute, Outlet } from '@tanstack/react-router'
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
import { TanStackRouterDevtools } from '@tanstack/react-router-devtools'

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

Expand Down
19 changes: 0 additions & 19 deletions app.config.ts

This file was deleted.

9 changes: 8 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[build]
command = "vite build"
publish = "dist"
[dev]
command = "vite dev"
targetPort = 3000

[template.environment]
VITE_ANTHROPIC_API_KEY="Add your Anthropic API key here"
VITE_ANTHROPIC_API_KEY="Add your Anthropic API key here"
Loading