This commit is contained in:
josh 2025-12-10 03:30:21 +00:00 committed by GitHub
parent 63d0ba02f1
commit cd5f8c1894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 47 additions and 72 deletions

2
next-env.d.ts vendored
View file

@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
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.