examples: nextjs init

This commit is contained in:
Bereket Engida
2024-09-03 09:41:26 +03:00
parent 363200ccea
commit a4bdfba1c3
21 changed files with 5099 additions and 13 deletions

5
examples/nextjs/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.