feat: fixing package dependencies
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s

This commit is contained in:
Lucas Oskorep
2026-02-01 01:55:09 -05:00
parent a7861455d9
commit 03e8fa18f3
5 changed files with 255 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
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.