This commit is contained in:
mei 2024-12-14 07:25:53 +08:00
parent f0b6e54cc0
commit 81a49ac536

View File

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"build-and-start": "npm run build && npm run start"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.1",