From aae50117f65f4e638f3c05891c609b5ec18d50af Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 4 Jul 2023 08:37:47 +0200 Subject: [PATCH] change packege.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5d5758..abc1586 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "vite build", - "preview": "vite preview", + "preview": "vite preview --port 8080", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", "fix": "npm run lint -- --fix", "test": "npm run build && npm run lint"