Skip to content

Commit

Permalink
Update env.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jan 6, 2025
1 parent 1fa64fd commit 5b93894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/app/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { keys as database } from '@repo/database/keys';
import { keys as email } from '@repo/email/keys';
import { keys as flags } from '@repo/feature-flags/keys';
import { keys as core } from '@repo/next-config/keys';
import { keys as notifications } from '@repo/notifications/keys';
import { keys as observability } from '@repo/observability/keys';
import { keys as security } from '@repo/security/keys';
import { keys as webhooks } from '@repo/webhooks/keys';
Expand All @@ -19,6 +20,7 @@ export const env = createEnv({
database(),
email(),
flags(),
notifications(),
observability(),
security(),
webhooks(),
Expand Down

0 comments on commit 5b93894

Please sign in to comment.