this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rm generated next-env.d.ts (#786)

authored by

Victor Berchet and committed by
GitHub
d736b10b 41953563

+1 -5
+1
examples/next-partial-prerendering/.gitignore
··· 37 37 38 38 # typescript 39 39 *.tsbuildinfo 40 + next-env.d.ts
-5
examples/next-partial-prerendering/next-env.d.ts
··· 1 - /// <reference types="next" /> 2 - /// <reference types="next/image-types/global" /> 3 - 4 - // NOTE: This file should not be edited 5 - // see https://nextjs.org/docs/basic-features/typescript for more information.