hub-api-playground / next.config.js
Esteves Enzo
test to change port
2d2f803
raw history blame
No virus
212 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'],
},
}
module.exports = nextConfig