Fix prisma

Deskripsi:
- Fun user id di buat baru dan mengambil dari cookies
This commit is contained in:
2024-12-05 14:27:57 +08:00
parent 1e971c1526
commit 59584f2461
4 changed files with 15 additions and 27 deletions

View File

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