mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-29 15:44:27 +00:00
* Update to next v15, switch to pnpm * Delete package-lock.json * Add PPR * Update to next@canary * Update starter-example to next@canary * Update file extension * Update ts compiler options to match CNA * Fix ts errors
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|