UserDashboard/next.config.js
Syasya bb972e81ae
All checks were successful
PR Build Check / build (pull_request) Successful in 2m56s
update dockerfile
2025-08-22 16:45:14 +08:00

12 lines
225 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: false,
swcMinify: true,
eslint: {
ignoreDuringBuilds: true,
},
};
module.exports = nextConfig;