chore: init next prisma and file structure

This commit is contained in:
Julien Froidefond
2025-09-13 09:09:08 +02:00
parent 7df8eade3f
commit ac689a0779
22 changed files with 8578 additions and 5 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;