-
-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathinfo.json
More file actions
59 lines (59 loc) · 1.86 KB
/
info.json
File metadata and controls
59 lines (59 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "Start",
"phase": "setup",
"description": "Add TanStack Start for SSR, API endpoints, and more.",
"link": "https://tanstack.com/start/latest",
"modes": ["file-router"],
"type": "add-on",
"tailwind": false,
"priority": 26,
"warning": "TanStack Start is not yet at 1.0 and may change significantly or not be compatible with other add-ons.\nMigrating to Start might require deleting node_modules and re-installing.",
"routes": [
{
"icon": "SquareFunction",
"url": "/demo/start/server-funcs",
"name": "Start - Server Functions",
"path": "src/routes/demo.start.server-funcs.tsx",
"jsName": "StartServerFuncsDemo"
},
{
"icon": "Network",
"url": "/demo/start/api-request",
"name": "Start - API Request",
"path": "src/routes/demo.start.api-request.tsx",
"jsName": "StartApiRequestDemo"
},
{
"icon": "StickyNote",
"url": "/demo/start/ssr",
"name": "Start - SSR Demos",
"path": "src/routes/demo.start.ssr.index.tsx",
"jsName": "StartSSRDemo",
"children": [
{
"icon": "StickyNote",
"url": "/demo/start/ssr/spa-mode",
"name": "SPA Mode",
"path": "src/routes/demo.start.ssr.spa-mode.tsx",
"jsName": "StartSSRSpamodeDemo"
},
{
"icon": "StickyNote",
"url": "/demo/start/ssr/full-ssr",
"name": "Full SSR",
"path": "src/routes/demo.start.ssr.full-ssr.tsx",
"jsName": "StartSSRFullSsrDemo"
},
{
"icon": "StickyNote",
"url": "/demo/start/ssr/data-only",
"name": "Data Only",
"path": "src/routes/demo.start.ssr.data-only.tsx",
"jsName": "StartSSRDataOnlyDemo"
}
]
}
],
"deletedFiles": ["./index.html", "./src/main.tsx"],
"addOnSpecialSteps": ["rimraf-node-modules"]
}