From 722caeec9ddef3258c055b38a857bbe920f0823c Mon Sep 17 00:00:00 2001 From: Maulana Sodiqin Date: Tue, 25 Nov 2025 11:02:14 +0700 Subject: [PATCH] fix: landing hackathon redirect issue --- apps/landing/next-env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/landing/next-env.d.ts b/apps/landing/next-env.d.ts index 1b3be08..375b99d 100644 --- a/apps/landing/next-env.d.ts +++ b/apps/landing/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +import "./../../dist/apps/landing/.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.