Skip to content

Commit

Permalink
fix: remove dotenv from main module
Browse files Browse the repository at this point in the history
  • Loading branch information
juni0r committed Nov 5, 2023
1 parent 41304e4 commit f852cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/data.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dotenv/config'
import './luxon.inspect.custom'
import {
withClient,
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dotenv/config'

export type * from './types'

export { z, z as zod } from 'zod'
Expand Down

0 comments on commit f852cb1

Please sign in to comment.