diff --git a/app/build.ts b/app/build.ts index 7da7832..1ab90ea 100644 --- a/app/build.ts +++ b/app/build.ts @@ -363,10 +363,6 @@ async function buildAdapters() { external: [/^bun\:.*/], }), - tsup.build({ - ...baseConfig("tanstack-start"), - platform: "node", - }), ]); } diff --git a/examples/tanstack-start/.gitignore b/examples/tanstack-start/.gitignore index 1ed63c5..2396459 100644 --- a/examples/tanstack-start/.gitignore +++ b/examples/tanstack-start/.gitignore @@ -12,4 +12,5 @@ count.txt .vinxi todos.json public/uploads -data.db \ No newline at end of file +data.db +src/routeTree.gen.ts \ No newline at end of file diff --git a/examples/tanstack-start/src/components/List.tsx b/examples/tanstack-start/src/components/List.tsx index e2a98c0..5470ac0 100644 --- a/examples/tanstack-start/src/components/List.tsx +++ b/examples/tanstack-start/src/components/List.tsx @@ -1,5 +1,5 @@ export const List = ({ items = [] }: { items: React.ReactNode[] }) => ( -