Files
StikeArena_chrt/next.config.js
T
2026-06-02 17:53:05 +05:00

10 lines
175 B
JavaScript

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