explicitly specify the port for bun run start

This commit is contained in:
rhpidfyre 2024-12-10 23:04:13 -05:00
parent 2e379f7077
commit 1d545f4413

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "next dev -p 3000", "dev": "next dev -p 3000",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 3000",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {