one-day-update-vna

This commit is contained in:
TuanVT
2026-07-21 16:46:47 +07:00
parent cc1214a59f
commit 47f859c298
175 changed files with 15135 additions and 87 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
turbopack: {
root: process.cwd(),
},
};
export default nextConfig;