Sfoglia il codice sorgente

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

horanchikk 11 mesi fa
parent
commit
28a4430f35
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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