Fix prisma

Deskripsi:
- Cek pemanggilan prisma di develop mode
This commit is contained in:
2024-12-05 12:11:40 +08:00
parent ac3c1569d0
commit 1e971c1526
6 changed files with 194 additions and 187 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
// reactStrictMode: false,
experimental: {
serverActions: true
},