feat: attempt to fix the crud with auth
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user