Add port in preview

This commit is contained in:
2022-02-28 22:00:02 +01:00
parent d41f4d2af0
commit af4b6f44ce

View File

@@ -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"
},