initial commit

This commit is contained in:
2025-12-17 10:42:20 -05:00
commit 21564f54e0
36 changed files with 9657 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactCompiler: true,
output: 'standalone',
};
export default nextConfig;