업데이트

This commit is contained in:
익희 김 2024-12-11 18:38:07 +09:00
parent e1d60a39c2
commit bedfec7c20

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start -p 443",
"start": "next start -p 3000",
"lint": "next lint",
"prod": "next build && next start"
},