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": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {