Skip to content

Commit

Permalink
add typed env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Oct 23, 2023
1 parent 6a59865 commit fb0a6e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/utils/env.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ const requiredServerEnvs = [
'SESSION_SECRET',
'INTERNAL_COMMAND_TOKEN',
'CACHE_DATABASE_PATH',
// If you plan to use Resend, uncomment this line
'TRANSACTIONAL_EMAIL_SERVICE_API_KEY',
'TRANSACTIONAL_EMAIL_SERVICE_API_ENDPOINT',
'MARKETING_EMAIL_SERVICE_API_KEY',
'MARKETING_EMAIL_SERVICE_API_ENDPOINT',
// If you plan on using Sentry, uncomment this line
'SENTRY_DSN',
'FATHOM_ANALYTICS_SITE_ID',
'DISABLE_ERD', // Entity-Relationship Diagram (ERD) generation (Prisma plugin)
] as const

declare global {
Expand Down

0 comments on commit fb0a6e1

Please sign in to comment.