File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/content/changelog/workers Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11---
2- title : TanStack Start framework support
2+ title : Build TanStack Start apps with the Cloudflare Vite plugin
33description : TanStack Start can now be used with the Cloudflare Vite plugin
44products :
55 - workers
@@ -8,21 +8,22 @@ date: 2025-10-24
88
99import { PackageManagers , WranglerConfig } from " ~/components" ;
1010
11- [ TanStack Start] ( https://tanstack.com/start/ ) can now be used with the [ Cloudflare Vite plugin] ( /workers/vite-plugin/ ) .
11+ The [ Cloudflare Vite plugin] ( /workers/vite-plugin/ ) now supports [ TanStack Start] ( https://tanstack.com/start/ ) apps.
12+ Get started with new or existing projects.
1213
13- ## Create a new project
14+ ## New projects
1415
15- You can create a new project using the ` create-cloudflare ` CLI:
16+ Create a new TanStack Start project that uses the Cloudflare Vite plugin via the ` create-cloudflare ` CLI:
1617
1718<PackageManagers
1819 type = " create"
1920 pkg = " cloudflare@latest"
2021 args = " my-tanstack-start-app --framework=tanstack-start"
2122/>
2223
23- ## Migrate an existing project
24+ ## Existing projects
2425
25- Migrating an exiting project is also straightforward.
26+ Migrate an existing TanStack Start project to use the Cloudflare Vite plugin:
2627
27281 . Install ` @cloudflare/vite-plugin ` and ` wrangler `
2829
@@ -60,7 +61,7 @@ main = "@tanstack/react-start/server-entry"
6061
61624 . Modify the scripts in your ` package.json `
6263
63- ``` json title="package.json" del={5} ins={6-8}
64+ ``` json title="package.json" del={5} ins={6-8}
6465{
6566 "scripts" : {
6667 "dev" : " vite dev" ,
You can’t perform that action at this time.
0 commit comments