Duplicated from enzostvs/hub-api-playground
5916048 53057cb 2d2f803 53057cb 5916048 53057cb
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