UNPKG

create-appncy

Version:

Create projects as goncy would

14 lines (11 loc) 225 B
import type {NextConfig} from "next"; const nextConfig: NextConfig = { reactCompiler: true, cacheComponents: true, logging: { fetches: { fullUrl: true, }, }, }; export default nextConfig;