chore: add minimal Next.js config

This commit is contained in:
2026-06-27 21:24:05 +00:00
parent 4500f84706
commit 93cdb62a59
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;