UNPKG

create-web3

Version:

A boilerplate for creating a web3 projects

7 lines (5 loc) 118 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, } module.exports = nextConfig