chore: update Next.js config and package metadata

This commit is contained in:
2026-01-11 23:44:38 +01:00
parent b85841248d
commit 7ce4f41cf9
2 changed files with 12 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "set TURBOPACK=0&& next dev",
"dev:turbo": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"db:generate": "prisma generate",
"test": "playwright test",