Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 15, 2024
1 parent ae05886 commit fdc54ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 123 deletions.
1 change: 0 additions & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"drizzle-zod": "0.5.1",
"lodash": "4.17.21",
"nestjs-pretty-logger": "0.3.1",
"nestjs-zod": "3.0.0",
"redis": "4.6.15",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand Down
4 changes: 1 addition & 3 deletions apps/core/src/utils/env.util.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { config } from 'dotenv'
import dotenvExpand from 'dotenv-expand'
import 'dotenv-expand/config'
import { argv } from 'zx-cjs'

dotenvExpand.expand(config())
const env = process.env

// argv first
Expand Down
119 changes: 0 additions & 119 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdc54ec

Please sign in to comment.