diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-06 15:10:35 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-06 15:10:35 -0300 |
commit | 87df5a27cb34ada02f54dacf4299574f04038612 (patch) | |
tree | edd286add16ec82bc4b8467566ede15a90883a39 /src/env.d.ts | |
parent | 04bcfc551e3f446d26358971115ac27e34f03e44 (diff) |
fix: env name conflict
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/env.d.ts')
-rw-r--r-- | src/env.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/env.d.ts b/src/env.d.ts index 588193b..9a4ed32 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1,4 +1,4 @@ -import type { env } from "./lib/env.ts"; +import type { env } from "./lib/environment.ts"; type ImportMetaEnv = typeof env; |