feat: implement experimental doppler detection engine and UI toggle

This commit is contained in:
2026-04-26 22:05:32 -04:00
parent ec569252ab
commit 792e205876
21 changed files with 5289 additions and 183 deletions

View File

@@ -1,7 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
// @ts-expect-error - Next.js dynamic config
allowedDevOrigins: ["*.trycloudflare.com", "192.168.68.99", "localhost"],
};
export default nextConfig;