Skip to content

Commit

Permalink
[chore] 빌드 커맨드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
boeunLee committed Jun 4, 2024
1 parent 50cc1da commit 91b8be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"watch": "tsc --watch",
"start:dev": "vite --host",
"start:dev": "vite --mode development",
"start:prod": "vite --mode production",
"build": "vite build --mode development",
"build:prod": "vite build --mode production",
Expand Down

0 comments on commit 91b8be6

Please sign in to comment.