Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve authored Nov 10, 2023
1 parent 6142666 commit 4994153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview",
"preview": "vite preview --host 0.0.0.0",
"deploy": "gh-pages -d dist"
},
"homepage": "https://maiwei-edu.github.io/maiwei-edu-frontend/",
Expand Down

0 comments on commit 4994153

Please sign in to comment.