Files

8 lines
169 B
TypeScript
Raw Permalink Normal View History

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
// bridge URL is server-side only — never exposed to client
};
export default nextConfig;