Files
lcbp3.np-dms.work/frontend/next.config.js

4 lines
114 B
JavaScript
Executable File

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