diff --git a/package.json b/package.json index db1329b..d3ddf33 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "dev": "vite --port 3333 --open --host", "build": "vite build", - "preview": "vite preview --port 3344", + "preview": "vite preview --port 3344 --host", "lint": "eslint . --ext=.ts,.vue", "test": "vitest" },