Initial commit

This commit is contained in:
2026-02-21 19:26:37 +01:00
commit d5b9faca3d
17 changed files with 2844 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;