build clean

This commit is contained in:
2025-12-10 17:05:41 -06:00
parent 179c973d2b
commit f9982b7fb2
3 changed files with 76 additions and 588 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
turbopack: {
root: process.cwd(),
},
reactStrictMode: true,
};
export default nextConfig;