From 0dfbc3b5281ad0e32cb6140d1e824e6d938c15ad Mon Sep 17 00:00:00 2001 From: cybsec Date: Sun, 26 Apr 2026 22:08:52 -0400 Subject: [PATCH] fix: remove unused @ts-expect-error to fix build --- next.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index f5b343b..177e6cd 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - // @ts-expect-error - Next.js dynamic config allowedDevOrigins: ["*.trycloudflare.com", "192.168.68.99", "localhost"], };