UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

8 lines (6 loc) 152 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, transpilePackages: ['reown'], }; module.exports = nextConfig;