start port changed

This commit is contained in:
warlock on linode 2024-06-20 13:51:45 +00:00
parent 0ca21ff249
commit fae17d0438

View File

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