Skip to content

Commit 34f475e

Browse files
docs(solid-start): sync supabase example to react (#5828)
* docs(solid-start): sync supabase example to react * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cb4a646 commit 34f475e

37 files changed

+53
-58
lines changed

docs/start/config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,17 +331,17 @@
331331
"to": "framework/solid/examples/start-basic-auth"
332332
},
333333
{
334-
"label": "Basic + Static rendering",
335-
"to": "framework/solid/examples/start-basic-static"
336-
},
337-
{
338-
"label": "Basic + Supabase",
339-
"to": "framework/solid/examples/start-basic-supabase"
334+
"label": "Basic + Supabase Auth",
335+
"to": "framework/solid/examples/start-supabase-basic"
340336
},
341337
{
342338
"label": "Bare + Convex + Better Auth",
343339
"to": "framework/solid/examples/start-convex-better-auth"
344340
},
341+
{
342+
"label": "Basic + Static rendering",
343+
"to": "framework/solid/examples/start-basic-static"
344+
},
345345
{
346346
"label": "Cloudflare Vite Plugin",
347347
"to": "framework/solid/examples/start-basic-cloudflare"

examples/solid/start-basic-supabase/package.json renamed to examples/solid/start-supabase-basic/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-basic-supabase",
2+
"name": "tanstack-solid-start-example-supabase-basic",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",

0 commit comments

Comments
 (0)