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