Skip to content

Commit a64718b

Browse files
committed
Remove 'VITE_' from environment variables to match code in supabase.ts
1 parent 5463487 commit a64718b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/react/start-supabase-basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ npx gitpick TanStack/router/tree/main/examples/react/start-supabase-basic start-
1818
This example requires Supabase configuration. The `.env` file contains the necessary environment variables:
1919

2020
```env
21-
VITE_SUPABASE_URL=your-project-url
22-
VITE_SUPABASE_ANON_KEY=your-anon-key
21+
SUPABASE_URL=your-project-url
22+
SUPABASE_ANON_KEY=your-anon-key
2323
```
2424

2525
You'll need to:

0 commit comments

Comments
 (0)