Skip to content

Commit

Permalink
fix: script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 28, 2024
1 parent a361e75 commit 2afcae2
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 @@ -8,7 +8,7 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview --port 8080"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down

0 comments on commit 2afcae2

Please sign in to comment.