Skip to content

Commit

Permalink
vite에 원격으로 접속 가능하도록 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
gidskql6671 committed May 31, 2024
1 parent ad421d5 commit d7a1667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand Down

0 comments on commit d7a1667

Please sign in to comment.