flowstate / next.config.js
muthuk1's picture
Upload project config and lib files
820c67c verified
raw
history blame contribute delete
114 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = { reactStrictMode: true }
module.exports = nextConfig