Files
quorum-test-network/dapps/quorumToken/frontend/next.config.js
2026-02-09 21:51:48 -08:00

7 lines
118 B
JavaScript

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