UNPKG

create-apppaaaul

Version:

Create projects as paaauldev would

11 lines (9 loc) 164 B
/** @type {import('next').NextConfig} */ const nextConfig = { logging: { fetches: { fullUrl: true, }, }, }; export default nextConfig;