add PORT number back to package.json

This commit is contained in:
premiare
2023-08-18 19:37:07 +10:00
parent 9b92cad2db
commit 0f27f4261b

View File

@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "next dev",
"dev": "PORT=3001 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"