Explorar el Código

feature(scripts): Обновлены скрипты

horanchikk hace 11 meses
padre
commit
28a4430f35
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      scripts/launch.ps1
  2. 1 1
      scripts/launch.sh

+ 1 - 1
scripts/launch.ps1

@@ -1,2 +1,2 @@
 nuxt cleanup
-nuxt dev
+nuxt dev --host

+ 1 - 1
scripts/launch.sh

@@ -1,2 +1,2 @@
 nuxt cleanup
-nuxt dev
+nuxt dev --host