heartwood every commit a ring

Update start script port in package.json from 3000 to 8000

71c6232f by Isaac Bythewood · 7 months ago

modified package.json
@@ -1,7 +1,7 @@{  "private": true,  "scripts": {    "start": "next --port 3000",    "start": "next --port 8000",    "next:start": "next start --port ${PORT}",    "next:build": "next build"  },