Files
ares/web/next.config.ts
T

8 lines
169 B
TypeScript
Raw Normal View History

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