From 514ae3d00608c7750cf06cb285898f3bb418ee14 Mon Sep 17 00:00:00 2001 From: kirjai <9858620+kirjai@users.noreply.github.com> Date: Fri, 3 Sep 2021 15:17:05 +0100 Subject: [PATCH] fix(nextjs): align next-env.d.ts file --- .../src/generators/application/files/next-env.d.ts__tmpl__ | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/next/src/generators/application/files/next-env.d.ts__tmpl__ b/packages/next/src/generators/application/files/next-env.d.ts__tmpl__ index c6643fda12ff6..9bc3dd46b9d9b 100644 --- a/packages/next/src/generators/application/files/next-env.d.ts__tmpl__ +++ b/packages/next/src/generators/application/files/next-env.d.ts__tmpl__ @@ -1,3 +1,6 @@ /// /// /// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information.