Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions .changeset/empty-elephants-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ jobs:
'astro',
'expo-web',
'tanstack-react-start',
# 'tanstack-react-router',
'vue',
'nuxt',
'react-router',
Expand Down
11 changes: 0 additions & 11 deletions integration/presets/tanstack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ import { applicationConfig } from '../models/applicationConfig';
import { templates } from '../templates';
import { linkPackage } from './utils';

const reactRouter = applicationConfig()
.setName('tanstack-react-router')
.useTemplate(templates['tanstack-react-router'])
.setEnvFormatter('public', key => `VITE_${key}`)
.addScript('setup', 'pnpm install')
.addScript('dev', 'pnpm dev')
.addScript('build', 'pnpm build')
.addScript('serve', 'pnpm start')
.addDependency('@clerk/tanstack-react-start', linkPackage('tanstack-react-start'));

const reactStart = applicationConfig()
.setName('tanstack-react-start')
.useTemplate(templates['tanstack-react-start'])
Expand All @@ -24,5 +14,4 @@ const reactStart = applicationConfig()

export const tanstack = {
reactStart,
reactRouter,
} as const;
1 change: 0 additions & 1 deletion integration/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const templates = {
'astro-hybrid': resolve(__dirname, './astro-hybrid'),
'expo-web': resolve(__dirname, './expo-web'),
'tanstack-react-start': resolve(__dirname, './tanstack-react-start'),
'tanstack-react-router': resolve(__dirname, './tanstack-react-router'),
'vue-vite': resolve(__dirname, './vue-vite'),
'nuxt-node': resolve(__dirname, './nuxt-node'),
'react-router-node': resolve(__dirname, './react-router-node'),
Expand Down
10 changes: 0 additions & 10 deletions integration/templates/tanstack-react-router/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions integration/templates/tanstack-react-router/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions integration/templates/tanstack-react-router/index.html

This file was deleted.

24 changes: 0 additions & 24 deletions integration/templates/tanstack-react-router/package.json

This file was deleted.

26 changes: 0 additions & 26 deletions integration/templates/tanstack-react-router/src/main.tsx

This file was deleted.

75 changes: 0 additions & 75 deletions integration/templates/tanstack-react-router/src/routeTree.gen.ts

This file was deleted.

30 changes: 0 additions & 30 deletions integration/templates/tanstack-react-router/src/routes/__root.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions integration/templates/tanstack-react-router/src/routes/index.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions integration/templates/tanstack-react-router/src/routes/sign-in.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions integration/templates/tanstack-react-router/tsconfig.dev.json

This file was deleted.

9 changes: 0 additions & 9 deletions integration/templates/tanstack-react-router/tsconfig.json

This file was deleted.

14 changes: 0 additions & 14 deletions integration/templates/tanstack-react-router/vite.config.js

This file was deleted.

Loading
Loading