init project

This commit is contained in:
RubikMH
2025-12-21 11:10:51 +03:30
parent 262e7862d9
commit 9db6d279a1
18 changed files with 4276 additions and 93 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;