wallet-connect-web-examples/dapps/react-dapp-auth/next.config.js

8 lines
137 B
JavaScript
Raw Normal View History

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