chore: modified space project port while running in production

This commit is contained in:
Henit Chobisa 2023-08-18 13:47:31 +00:00
parent f7b9441e7b
commit b0fbe391aa

View File

@ -3,9 +3,9 @@
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev -p 4000",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start -p 4000",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {