Add prisma ORM

Took 3 hours 2 minutes
This commit is contained in:
Lucàs
2023-03-13 14:36:49 +01:00
parent 7e5ebadaf5
commit 862834e11f
17 changed files with 5626 additions and 135 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
const nextConfig = {reactStrictMode: true};
module.exports = nextConfig
module.exports = nextConfig;