fix: remove unused @ts-expect-error to fix build

This commit is contained in:
2026-04-26 22:08:52 -04:00
parent 792e205876
commit 0dfbc3b528

View File

@@ -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"],
};