This commit is contained in:
익희 김 2024-12-10 15:26:03 +09:00
parent e8e399d822
commit c15e436c4d

View File

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