Files
monlet/web/next.config.ts
2026-05-27 10:01:59 +04:00

8 lines
141 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
allowedDevOrigins: ["127.0.0.1"],
};
export default nextConfig;