This commit is contained in:
2026-02-06 02:52:33 +03:00
parent 7de2c33bfe
commit bbb453826b
3 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"dev": "next dev -p 3080",
"build": "next build",
"start": "next start -p 3000",
"start": "next start -p 3080",
"lint": "next lint",
"clean": "rm -rf .next .turbo node_modules"
},