0228.3
All checks were successful
部署 Next.js 站点到 Gitea / deploy (push) Successful in 5m0s

This commit is contained in:
298977887 2025-02-28 17:14:40 +08:00
parent 641e524534
commit 3d83a2ac75

View File

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