nextpackage

master
lee 2025-05-29 20:08:24 +08:00
parent 3f0ae48c55
commit 71ed0cc798
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": " next dev", "dev": " next dev --port 3001 --hostname 0.0.0.0",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"