File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/create-cloudflare Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ function getFrameworkTestConfig(pm: string): NamedFrameworkTestConfig[] {
594594 nodeCompat : false ,
595595 } ,
596596 {
597- name : "tanstack" ,
597+ name : "tanstack-start " ,
598598 testCommitMessage : true ,
599599 timeout : LONG_TIMEOUT ,
600600 verifyDeploy : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import reactTemplate from "templates/react/c3";
4242import scheduledTemplate from "templates/scheduled/c3" ;
4343import solidTemplate from "templates/solid/c3" ;
4444import svelteTemplate from "templates/svelte/c3" ;
45- import tanstackTemplate from "templates/tanstack/c3" ;
45+ import tanStackStartTemplate from "templates/tanstack-start /c3" ;
4646import vueTemplate from "templates/vue/c3" ;
4747import wakuTemplate from "templates/waku/c3" ;
4848import { isInsideGitRepo } from "./git" ;
@@ -205,9 +205,9 @@ export function getFrameworkMap({ experimental = false }): TemplateMap {
205205 "react-router" : reactRouterTemplate ,
206206 solid : solidTemplate ,
207207 svelte : svelteTemplate ,
208+ "tanstack-start" : tanStackStartTemplate ,
208209 vue : vueTemplate ,
209210 waku : wakuTemplate ,
210- tanstack : tanstackTemplate ,
211211 } ;
212212 }
213213}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const generate = async (ctx: C3Context) => {
2222
2323const config : TemplateConfig = {
2424 configVersion : 1 ,
25- id : "tanstack" ,
25+ id : "tanstack-start " ,
2626 platform : "workers" ,
2727 frameworkCli : "@tanstack/create-start" ,
2828 displayName : "TanStack Start" ,
You can’t perform that action at this time.
0 commit comments