Disable turbopack

This commit is contained in:
2025-08-29 12:44:32 -07:00
parent 35b0a9a6ca
commit 064c8a3336

View File

@@ -4,7 +4,7 @@
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",