Initial commit: Next.js + Prisma setup

This commit is contained in:
ayrisdev
2026-04-02 04:18:25 +03:00
commit aba1ae39b2
21 changed files with 6936 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;