From 42a406f46c47ccf07d4129878f8fc462f73c4518 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 7 Feb 2026 14:20:02 +0100 Subject: [PATCH] Add missing project files Co-Authored-By: Claude Opus 4.6 --- next-env.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 next-env.d.ts diff --git a/next-env.d.ts b/next-env.d.ts new file mode 100644 index 0000000..9edff1c --- /dev/null +++ b/next-env.d.ts @@ -0,0 +1,6 @@ +/// +/// +import "./.next/types/routes.d.ts"; + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.