fosrl.pangolin/next.config.mjs
2025-06-04 12:02:07 -04:00

9 lines
172 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
ignoreDuringBuilds: true
},
output: "standalone"
};
export default nextConfig;