chore(web): update next-env.d.ts routes path

This commit is contained in:
Jiayuan 2026-04-01 05:51:28 +08:00
parent 7e2b328e3c
commit bf0765de26

View file

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