Merge pull request #184 from jedmund/remove-port

Remove port
This commit is contained in:
Justin Edmund 2023-01-28 18:36:11 -08:00 committed by GitHub
commit bbd0c98219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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