midiplayer-pro2 / next.config.js
peter288's picture
Upload 10 files
c911c4d verified
raw
history blame contribute delete
134 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true
}
module.exports = nextConfig;