Files
react-redux/next.config.js
mindol1004 877997c3f7 commit
2024-12-23 10:03:23 +09:00

11 lines
180 B
JavaScript

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