Browse Source

局域网内访问

dev
zhaowenkang 5 months ago
parent
commit
6d9bf01ffb
  1. 2
      work/package.json

2
work/package.json

@ -4,7 +4,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "vite build", "build": "vite build",
"preview": "vite preview" "preview": "vite preview"
}, },

Loading…
Cancel
Save