UNPKG

create-appncy

Version:

Create projects as goncy would

16 lines (13 loc) 255 B
import type {NextConfig} from "next"; const nextConfig: NextConfig = { experimental: { reactCompiler: true, cacheComponents: false, }, logging: { fetches: { fullUrl: true, }, }, }; export default nextConfig;