@@ -13,82 +13,6 @@ import {
1313
1414import type { TemplateOptions } from '@tanstack/cta-engine'
1515
16- const tanStackReactAddOns = [
17- {
18- id : 'clerk' ,
19- description : 'Enable authentication with Clerk' ,
20- } ,
21- {
22- id : 'convex' ,
23- description : 'Enable a database using Convex' ,
24- } ,
25- {
26- id : 'form' ,
27- description : 'Form handling library' ,
28- } ,
29- {
30- id : 'netlify' ,
31- description : 'Enable deployments to Netlify' ,
32- } ,
33- {
34- id : 'sentry' ,
35- description : 'Enable Sentry error tracking' ,
36- } ,
37- {
38- id : 'shadcn' ,
39- description : 'Enable integration of the Shadcn UI component library' ,
40- } ,
41- {
42- id : 'start' ,
43- description :
44- 'Set this if you want a TanStack Start application that supports server functions or APIs' ,
45- } ,
46- {
47- id : 'tanstack-query' ,
48- description : 'Enable TanStack Query for data fetching' ,
49- } ,
50- {
51- id : 'store' ,
52- description : 'Enable the TanStack Store state management library' ,
53- } ,
54- {
55- id : 'tanchat' ,
56- description : 'Add an AI chatbot example to the application' ,
57- } ,
58- ]
59-
60- const tanStackSolidAddOns = [
61- {
62- id : 'solid-ui' ,
63- description : 'Enable integration of the Solid UI component library' ,
64- } ,
65- {
66- id : 'form' ,
67- description : 'Form handling library' ,
68- } ,
69- {
70- id : 'sentry' ,
71- description : 'Enable Sentry error tracking' ,
72- } ,
73- {
74- id : 'store' ,
75- description : 'Enable the TanStack Store state management library' ,
76- } ,
77- {
78- id : 'start' ,
79- description :
80- 'Set this if you want a TanStack Start application that supports server functions or APIs' ,
81- } ,
82- {
83- id : 'tanstack-query' ,
84- description : 'Enable TanStack Query for data fetching' ,
85- } ,
86- {
87- id : 'tanchat' ,
88- description : 'Add an AI chatbot example to the application' ,
89- } ,
90- ]
91-
9216function createServer ( {
9317 appName,
9418 forcedAddOns = [ ] ,
0 commit comments