no turbo again

This commit is contained in:
2026-03-12 20:02:25 -05:00
parent 1d7c564c4a
commit f5e3a1e870
5 changed files with 12 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --no-turbo",
"build": "next build",
"start": "next start",
"lint": "eslint"
},