UNPKG

create-apppaaaul

Version:

Create projects as paaauldev would

14 lines (12 loc) 215 B
/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { reactCompiler: true, }, logging: { fetches: { fullUrl: true, }, }, }; export default nextConfig;