go-ethereum/next.config.js
Nicolás Quiroz 142aa33af8 setup: init
2022-09-08 16:18:30 -03:00

8 lines
137 B
JavaScript

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