We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5463487 commit a64718bCopy full SHA for a64718b
examples/react/start-supabase-basic/README.md
@@ -18,8 +18,8 @@ npx gitpick TanStack/router/tree/main/examples/react/start-supabase-basic start-
18
This example requires Supabase configuration. The `.env` file contains the necessary environment variables:
19
20
```env
21
-VITE_SUPABASE_URL=your-project-url
22
-VITE_SUPABASE_ANON_KEY=your-anon-key
+SUPABASE_URL=your-project-url
+SUPABASE_ANON_KEY=your-anon-key
23
```
24
25
You'll need to:
0 commit comments