port changed

This commit is contained in:
Sewmina 2025-03-30 01:05:25 +05:30
parent 0a8d247391
commit 0d8e319cfe

View File

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