Commit 976596d
committed
refactor(env): make POSTHOG_API_KEY and STRIPE_CUSTOMER_PORTAL required
- Remove .optional() from NEXT_PUBLIC_POSTHOG_API_KEY
- Remove .optional() from NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL
- Remove conditional check in usage-section.tsx since portal URL is now required
- All required vars have dummy values in .env.example1 parent b8b8a24 commit 976596d
File tree
2 files changed
+3
-7
lines changed- common/src
- web/src/app/profile/components
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 86 | + | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
0 commit comments