UNPKG

@danizean/cyberzone

Version:
13 lines (10 loc) 249 B
/** @type {import('next').NextConfig} */ const nextConfig = {}; module.exports = nextConfig; module.exports = { reactStrictMode: false, webpack: (config) => { config.resolve.fallback = { fs: false, net: false }; return config; }, };