/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { serverComponentsExternalPackages: ['sequelize', 'sequelize-typescript'], serverActions: true, } } module.exports = nextConfig