/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', reactStrictMode: true, swcMinify: true, server: { port: 8080, }, } module.exports = nextConfig