Upgrade dependencies. Update information. Update LCM to WKC where appropriate.
All checks were successful
Node.js CI / build (20.x) (pull_request) Successful in 3m8s
Node.js CI / build (22.x) (pull_request) Successful in 3m11s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 3m44s

This commit is contained in:
2025-12-30 13:31:49 -05:00
parent ae6d88d8a5
commit bbde629eb9
4 changed files with 268 additions and 104 deletions

2
next-env.d.ts vendored
View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.