feat: attempt to fix the crud with auth

This commit is contained in:
Riccardo
2024-07-07 17:47:57 +02:00
parent ea73368cc9
commit 637520dbf2
27 changed files with 622 additions and 53 deletions

View File

@@ -20,7 +20,11 @@
],
"paths": {
"@app/*": ["./app/*"],
"@prisma/*": ["./prisma/*"]
"@prisma/*": ["./prisma/*"],
"@utils/*": ["./utils/*"],
"@contexts/*": ["./contexts/*"],
"@components/*": ["./components/*"],
"@hooks/*": ["./hooks/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],