lending-next/next.config.js
2022-05-02 23:22:54 +03:00

12 lines
159 B
JavaScript

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