hair-colour / next.config.js
Esteves Enzo
update dockerfile
d6ff67a
raw
history blame contribute delete
No virus
210 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'],
},
}
module.exports = nextConfig