From bcae49ff651f013044b8b920c147adfdd7576030 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Tue, 3 Mar 2026 18:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20exclude=20`apps/device-?= =?UTF-8?q?gateway`=20in=20type=20check=20(#12628)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit exclude apps/device-gateway route --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f60aa290dc..c1fe8442cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,6 +33,7 @@ "exclude": [ "node_modules", "apps/desktop/**", + "apps/device-gateway/**", "apps/mobile/**", "tmp", "temp",