pinball-frontend/next.config.mjs (8 lines of code) (raw):

/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', experimental: { missingSuspenseWithCSRBailout: false, }, }; export default nextConfig;