This commit is contained in:
2025-10-31 12:35:32 +08:00
parent b69dcbb52c
commit 502c75fc01

View File

@@ -5,7 +5,7 @@
"license": "GPL-3.0-only",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},