修复构建问题

This commit is contained in:
2026-04-02 14:46:26 +08:00
parent 5d9d3c844e
commit edc87c6eea
4 changed files with 13 additions and 17 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "lanhu-admin",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 --turbopack",
"build": "next build --turbopack",
"lint": "eslint --fix"
"lint": "biome check --write"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",