打磨细节

This commit is contained in:
2026-01-28 17:55:01 +08:00
parent 08af95116e
commit 0a1bd07492
36 changed files with 1649 additions and 466 deletions

View File

@@ -3,7 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3002",
"dev": "./scripts/dev.sh",
"dev:kill": "pkill -f 'next dev' || pkill -f 'next-server' || true",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"