update next.js to v16

This commit is contained in:
Thomas Ruoff
2026-02-06 21:39:12 +01:00
parent d9da7ffe4e
commit 18b737125d
4 changed files with 624 additions and 511 deletions

1
next-env.d.ts vendored
View File

@@ -1,5 +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/pages/api-reference/config/typescript for more information.