From 60e90c9546267ec9889932ef09829a2156a81c6e Mon Sep 17 00:00:00 2001 From: Neven Dyulgerov Date: Wed, 15 Jan 2025 18:06:08 +0200 Subject: [PATCH] chore(apps/web): Update next-env file --- apps/web/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts index 4f11a03d..40c3d680 100644 --- a/apps/web/next-env.d.ts +++ b/apps/web/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.