Initial commit from Create Next App

This commit is contained in:
konrad-enlaye
2025-12-02 10:26:31 -05:00
commit 4172af8b4f
17 changed files with 4325 additions and 0 deletions

8
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;