import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ reactCompiler: true, allowedDevOrigins: ["172.21.157.201", "172.21.144.1"] }; export default nextConfig;