Files
MermsWebsite2025/next.config.js
T
CHIEFSOFT\ameye 083fe44c29 Data fetch
2025-01-01 19:45:14 -05:00

10 lines
166 B
JavaScript

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