Skip to content

Commit

Permalink
chore: vite 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 18, 2024
1 parent 94ee831 commit 0f23ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"start": "vite"
},
"devDependencies": {
"vite": "^5.4.10"
Expand Down

0 comments on commit 0f23ec7

Please sign in to comment.