This commit is contained in:
Anang Yusman 2025-09-22 22:49:52 +08:00
parent c9bef4e061
commit 9812fb9bcf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"build": "next build",
"start": "next start"
},
"dependencies": {