Files
2026-04-17 14:29:04 -05:00

8 lines
167 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
allowedDevOrigins: ["devtools-demo.json-render.localhost"],
};
export default nextConfig;