From 36b4bd6c5e7a37ef7764b5df2d9c615b34497851 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 19 Dec 2025 21:57:45 -0500 Subject: [PATCH] Changes from category --- apps/app/next-env.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/app/next-env.d.ts diff --git a/apps/app/next-env.d.ts b/apps/app/next-env.d.ts new file mode 100644 index 00000000..c4b7818f --- /dev/null +++ b/apps/app/next-env.d.ts @@ -0,0 +1,6 @@ +/// +/// +import "./.next/dev/types/routes.d.ts"; + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.