mono/apps/nextjs-app/next.config.d.ts
2025-03-24 00:54:46 +01:00

4 lines
105 B
TypeScript

import type { NextConfig } from "next";
declare const nextConfig: NextConfig;
export default nextConfig;