From 46d06eaff07b8f906e6797e4f3b5ef2e3e3461af Mon Sep 17 00:00:00 2001 From: Francesco Date: Thu, 19 Feb 2026 02:57:49 +0000 Subject: [PATCH] chore: Add next-env.d.ts for Next.js 16 type safety - Added Next.js type declarations - Required for proper TypeScript support in Next.js 16 --- frontend/next-env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/next-env.d.ts diff --git a/frontend/next-env.d.ts b/frontend/next-env.d.ts new file mode 100644 index 0000000..40c3d68 --- /dev/null +++ b/frontend/next-env.d.ts @@ -0,0 +1,5 @@ +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.