Duplicated from enzostvs/stable-diffusion-tpu
cf8b7da 8b95140 cf8b7da
1
2
3
4
5
6
7
8
9
10
/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { serverActions: true, serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'], }, } module.exports = nextConfig