midiplayer-lite-hf-gemini / next.config.js
peter288's picture
Upload 5 files
417b727 verified
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;