add PORT number back to package.json

This commit is contained in:
premiare
2023-11-06 13:01:10 +11:00
committed by Mythie
parent 0b5a550cd1
commit 6c06337f6e
+1 -1
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"