From a55978e602935df834cccbed53a37f7a0eaf489c Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 29 Aug 2025 10:00:13 +0200 Subject: [PATCH] commit next-env.d.ts for working lint in CI --- .gitignore | 2 +- next-env.d.ts | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 next-env.d.ts diff --git a/.gitignore b/.gitignore index 5ef6a52..205a0a4 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,4 @@ yarn-error.log* # typescript *.tsbuildinfo -next-env.d.ts +# next-env.d.ts # needed for linting in CI diff --git a/next-env.d.ts b/next-env.d.ts new file mode 100644 index 0000000..830fb59 --- /dev/null +++ b/next-env.d.ts @@ -0,0 +1,6 @@ +/// +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.