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 c6643fda12ff6f..9bc3dd46b9d9b2 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.