tldraw/templates/nextjs/next.config.cjs

9 lines
170 B
JavaScript
Raw Normal View History

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