Commit 3010c16
committed
fix: .env.example inline comments parsed as values, remove unused fireEvent import
- Moved inline comments on SUPABASE_JWT_SECRET and SUPABASE_SERVICE_ROLE_KEY
to their own lines above the values. python-dotenv parses everything after
the = sign including inline comments when values are unquoted.
- Removed unused fireEvent import from ErrorBoundary.test.tsx1 parent 4f5fb27 commit 3010c16
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments