7 lines
No EOL
140 B
TypeScript
7 lines
No EOL
140 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
allowedDevOrigins: ["127.0.0.1"],
|
|
};
|
|
|
|
export default nextConfig; |