This commit is contained in:
2026-03-12 19:59:59 -05:00
parent 7886d60827
commit 1d7c564c4a
3 changed files with 5 additions and 2 deletions

View File

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