upgrade web to nextjs 16

This commit is contained in:
dirtydishes 2026-05-19 07:31:41 -04:00
parent 728ca5569d
commit b6fa2f0d17
7 changed files with 394 additions and 81 deletions

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/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.