import type { NextConfig } from "next"; const nextConfig: NextConfig = { allowedDevOrigins: ["*.cashlow.local"], }; export default nextConfig;