project init

This commit is contained in:
headlesdev
2025-05-17 12:35:02 +02:00
parent 5f824a2581
commit 9d6b5b87fb
10 changed files with 1930 additions and 0 deletions

7
next.config.ts Normal file
View File

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