chore: update dotenv configuration and dependencies

- Replaced 'dotenv/config' with 'dotenv-expand/config' in env.ts and cli.ts for enhanced environment variable handling.
- Added 'dotenv-expand' as a dependency in package.json and updated pnpm-lock.yaml accordingly.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-23 02:00:47 +08:00
parent 8224302373
commit 5fa83219e6
5 changed files with 20 additions and 2 deletions

2
env.ts
View File

@@ -1,4 +1,4 @@
import 'dotenv/config'
import 'dotenv-expand/config'
import { createEnv } from '@t3-oss/env-core'
import { z } from 'zod'