Explorar el Código

devserver listen on all host interface

Michael Wang hace 4 años
padre
commit
0f2e082d54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "0.0.0",
   "private": "true",
   "scripts": {
-    "start": "vite",
+    "start": "vite --host 0.0.0.0",
     "dev": "vite --force",
     "build": "vue-tsc --noEmit && vite build",
     "build-without-type-check": "vite build",