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

@@ -8,6 +8,7 @@
"scripts": {
"dev": "bun --bun run next dev --experimental-https",
"build": "NODE_OPTIONS='--max-old-space-size=2048' bun --bun run next build",
"build:dev": "bun --bun run next build",
"start": "bun --bun run next start",
"lint": "bun --bun run next lint",
"ver": "bunx commit-and-tag-version -- --prerelease"
@@ -94,4 +95,4 @@
"wibu-pkg": "^1.0.3",
"yaml": "^2.3.2"
}
}
}