CoDEVX / next.config.ts
Tiger's Macbook Air
Build agentic PM demo app
3f76ff4
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;