서비스 포트 변경: 3001 -> 3000

This commit is contained in:
2026-06-11 11:33:48 +09:00
parent d82f39c2f6
commit 1f6da75907
7 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"packageManager": "pnpm@10.29.3",
"scripts": {
"dev": "next dev --port 3001",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",