fosrl.pangolin/next.config.mjs

9 lines
147 B
JavaScript
Raw Normal View History

2024-09-27 19:48:49 -04:00
/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
}
};
2024-09-27 19:48:49 -04:00
export default nextConfig;