diff --git a/package.json b/package.json index f764580..f4d4f35 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "private": true, "scripts": { - "dev": "vite", + "dev": "vite --host", "build": "vite build" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 5065035..061f936 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,9 @@ @@ -29,7 +29,6 @@