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

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;