From 02f9217220b4624a4537c09f302d64f2ff214132 Mon Sep 17 00:00:00 2001 From: InsCode Date: Wed, 16 Oct 2024 11:37:44 +0800 Subject: [PATCH] Auto Commit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91963bd..b285a5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vuejs-with-vite", "version": "0.0.1", "scripts": { - "dev": "vite", + "dev": "vite --host", "build": "vite build", "preview": "vite preview --port 4173" }, -- GitLab