업데이트

This commit is contained in:
익희 김 2024-12-11 11:21:31 +09:00
parent c15e436c4d
commit e1d60a39c2

View File

@ -1,11 +1,11 @@
{ {
"name": "picshop", "name": "uie",
"version": "0.0.2", "version": "0.0.2",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3100", "dev": "next dev -p 3100",
"build": "next build", "build": "next build",
"start": "next start -p 80", "start": "next start -p 443",
"lint": "next lint", "lint": "next lint",
"prod": "next build && next start" "prod": "next build && next start"
}, },