File size: 209 Bytes
5916048
53057cb
 
 
 
 
 
5916048
53057cb
1
2
3
4
5
6
7
8
9
/** @type {import('next').NextConfig} */
const nextConfig = {
  experimental: {
    serverActions: true,
    serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'],
  },
}

module.exports = nextConfig