chore: Change port

This commit is contained in:
Francesco
2026-01-21 20:38:05 +01:00
committed by GitHub
parent b0d9bc55c7
commit c717b47c96

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 5500",
"start": "next start -p 25008",
"lint": "next lint"
},
"dependencies": {