Skip to content

Commit

Permalink
feat: ✨ 添加本地调试时,输出局域网服务
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanYi-Hui committed Dec 13, 2024
1 parent 5db1c4e commit 7f7ab6e
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 @@ -6,7 +6,7 @@
"private": false,
"type": "module",
"scripts": {
"dev": "vite --mode base",
"dev": "vite --mode base --host",
"build": "run-p type-check \"build-only -- --mode {1}\" --",
"preview": "vite preview --mode",
"build-only": "vite build",
Expand Down

0 comments on commit 7f7ab6e

Please sign in to comment.