Files
auto-mainweb/next.config.js
CHIEFSOFT\ameye 7470750413 first commit
2023-09-26 13:50:01 -04:00

7 lines
118 B
JavaScript

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