Skip to content

Commit 3b8473f

Browse files
authored
Merge pull request #325 from Alhaji-naira/fix/cleanup-and-stability-fixes
fix: resolve api route mapping, response type validation, and signatu…
2 parents a0a1248 + e21438c commit 3b8473f

76 files changed

Lines changed: 241 additions & 5772 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)