Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutgon committed Jul 18, 2024
1 parent ecfce74 commit c8999f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createEnv } from '@t3-oss/env-core'
import z from 'zod'
import { createEnv } from "@t3-oss/env-core"

import '@latitude-data/env'

Expand All @@ -11,5 +11,3 @@ export default createEnv({
},
runtimeEnv: process.env,
})


0 comments on commit c8999f0

Please sign in to comment.