chore: version packages

This commit is contained in:
Ajax Davis 2025-11-25 22:23:10 +10:00
parent 4f81564c49
commit aaf6d788c3
4 changed files with 29 additions and 1 deletions

6
apps/web/next-env.d.ts vendored Normal file
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.