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

8 lines
159 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
// другие настройки
}
module.exports = nextConfig