From 24e95ab720c39e2e7b0478d0659d44ea2a624f1a Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Mon, 4 Nov 2024 11:29:50 +0100 Subject: [PATCH] chore: update next file that gets updated when running dev locally --- next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03dc..40c3d6809 100644 --- a/next-env.d.ts +++ b/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.