From 8a3a6adb4f6d25d7934e79eef1f5634e3f0d61f5 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Thu, 9 Sep 2021 10:39:38 +0200 Subject: [PATCH] some update on next-env.d.ts --- next-env.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next-env.d.ts b/next-env.d.ts index 7b7aa2c..9bc3dd4 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,2 +1,6 @@ /// /// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information.