Files
StikeArena_chrt/next.config.js
T
2026-06-02 18:01:57 +05:00

11 lines
201 B
JavaScript

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