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;
+70 -586
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -15,7 +15,7 @@
"axios": "^1.13.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"next": "16.0.2",
"next": "16.0.8",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hot-toast": "^2.6.0"
@@ -26,6 +26,7 @@
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"baseline-browser-mapping": "^2.9.6",
"eslint": "^9",
"eslint-config-next": "16.0.2",
"sass": "^1.94.0",