๐Ÿ“ฆ cloudflare / vinext

๐Ÿ“„ next-env.d.ts ยท 7 lines
1
2
3
4
5
6
7/// <reference types="next" />
/// <reference types="next/image-types/global" />
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.