added next js project/folder

This commit is contained in:
2025-11-29 14:54:15 +01:00
parent 31960d1ff8
commit 233778a8ad
17 changed files with 6858 additions and 0 deletions

8
next-js/next.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;