...
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-10-31 12:36:42 +08:00
parent 502c75fc01
commit 68924a2c88

View File

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