init: scaffold Next.js 16 + Tailwind CSS 4 + TypeScript

This commit is contained in:
zetaloop
2026-02-20 12:04:41 +08:00
parent 6a0d98a66b
commit 679d1ac9b9
17 changed files with 1228 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
/// <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.