From 87df5a27cb34ada02f54dacf4299574f04038612 Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sun, 6 Jul 2025 15:10:35 -0300 Subject: fix: env name conflict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env.d.ts') 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; -- cgit v1.2.3