打磨细节
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user