Changes from category

This commit is contained in:
Cody Seibert
2025-12-19 21:57:45 -05:00
parent 1b676717ea
commit 36b4bd6c5e

6
apps/app/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
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.