Skip to content

Commit 6365578

Browse files
authored
docs(solid-start): add start-streaming-data-from-server-functions example (#5837)
* start-streaming-data-from-server-functions * fix solid ssr * renamse start-bare to start-counter * lcokfile
1 parent 85f9734 commit 6365578

File tree

23 files changed

+447
-48
lines changed

23 files changed

+447
-48
lines changed

β€Ždocs/start/config.jsonβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@
314314
{
315315
"label": "solid",
316316
"children": [
317-
{
318-
"label": "Bare",
319-
"to": "framework/solid/examples/start-bare"
320-
},
321317
{
322318
"label": "Basic",
323319
"to": "framework/solid/examples/start-basic"

β€Žexamples/solid/start-bare/package.jsonβ€Ž renamed to β€Žexamples/solid/start-counter/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tanstack-solid-start-example-bare",
2+
"name": "tanstack-solid-start-example-counter",
33
"private": true,
44
"sideEffects": false,
55
"type": "module",

0 commit comments

Comments
Β (0)