Tldraw/templates/nextjs/next.config.cjs

9 wiersze
170 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ['@tldraw/tldraw'],
},
}
module.exports = nextConfig