File size: 210 Bytes
0e7e985
 
 
d6ff67a
0e7e985
 
 
 
 
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