add PORT number back to package.json

This commit is contained in:
premiare
2023-08-18 19:37:07 +10:00
committed by Mythie
parent 0b5a550cd1
commit 6c06337f6e

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"