i forgor to change port

This commit is contained in:
2025-06-25 20:51:08 -05:00
parent 6afec01f35
commit 7e2833368f

View File

@@ -4,9 +4,9 @@
"private": true,
"scripts": {
"predev": "echo NEXT_PUBLIC_COMMIT_SHA=$(git rev-parse --short HEAD) > .env.local",
"dev": "next dev -p 40624",
"dev": "next dev -p 40625",
"build": "next build",
"start": "next start -p 40624",
"start": "next start -p 40625",
"lint": "next lint"
},
"dependencies": {