feat: add health check endpoint, fix task date filtering, and update Next.js type reference path

This commit is contained in:
poyrazavsever
2026-06-06 23:25:38 +03:00
parent 59b3897b44
commit 990c7a21b6
3 changed files with 9 additions and 2 deletions
+1 -1
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.